diff options
Diffstat (limited to 'chrome/browser/net/chrome_cookie_policy.h')
-rw-r--r-- | chrome/browser/net/chrome_cookie_policy.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/browser/net/chrome_cookie_policy.h b/chrome/browser/net/chrome_cookie_policy.h index ae60764..92afcdb 100644 --- a/chrome/browser/net/chrome_cookie_policy.h +++ b/chrome/browser/net/chrome_cookie_policy.h @@ -68,8 +68,7 @@ class ChromeCookiePolicy int CheckPolicy(const GURL& url) const; void PromptForSetCookie(const GURL& url, const std::string& cookie_line); - void DidPromptForSetCookie(const std::string& host, int result, - bool remember); + void DidPromptForSetCookie(const std::string& host, int result); // A map from hostname to callbacks awaiting a cookie policy response. // This map is only accessed on the IO thread. |