87 isInBrowserElement, isPrivate); |
87 isInBrowserElement, isPrivate); |
88 if (!valid) { |
88 if (!valid) { |
89 return false; |
89 return false; |
90 } |
90 } |
91 |
91 |
|
92 // Method is called nowhere |
|
93 nsAutoCString origDomain; |
92 mCookieService->GetCookieStringInternal(hostURI, aIsForeign, aFromHttp, appId, |
94 mCookieService->GetCookieStringInternal(hostURI, aIsForeign, aFromHttp, appId, |
93 isInBrowserElement, isPrivate, *aResult); |
95 isInBrowserElement, isPrivate, |
|
96 origDomain, *aResult); |
94 return true; |
97 return true; |
95 } |
98 } |
96 |
99 |
97 bool |
100 bool |
98 CookieServiceParent::RecvSetCookieString(const URIParams& aHost, |
101 CookieServiceParent::RecvSetCookieString(const URIParams& aHost, |