netwerk/cookie/CookieServiceParent.cpp

branch
TOR_BUG_3246
changeset 4
fc2d59ddac77
parent 0
6474c204b198
equal deleted inserted replaced
0:a2aa852a5992 1:3b28fa1a15d1
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,

mercurial