Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(663)

Unified Diff: components/signin/core/browser/gaia_cookie_manager_service.h

Issue 2349823003: Pass a RemovalCause to CookieChangedCallback (Closed)
Patch Set: rebase Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/signin/core/browser/gaia_cookie_manager_service.h
diff --git a/components/signin/core/browser/gaia_cookie_manager_service.h b/components/signin/core/browser/gaia_cookie_manager_service.h
index 04b96072df43789c07a985693d83bddf1990b877..47c673fc8b1ae9c4e19da1e634c062c6010a92fb 100644
--- a/components/signin/core/browser/gaia_cookie_manager_service.h
+++ b/components/signin/core/browser/gaia_cookie_manager_service.h
@@ -242,7 +242,8 @@ class GaiaCookieManagerService : public KeyedService,
// Called when a cookie changes. If the cookie relates to a GAIA APISID
// cookie, then we call ListAccounts and fire OnGaiaAccountsInCookieUpdated.
- void OnCookieChanged(const net::CanonicalCookie& cookie, bool removed);
+ void OnCookieChanged(const net::CanonicalCookie& cookie,
+ net::CookieStore::ChangeCause cause);
// Overridden from UbertokenConsumer.
void OnUbertokenSuccess(const std::string& token) override;
« no previous file with comments | « chrome/browser/net/chrome_cookie_notification_details.h ('k') | components/signin/core/browser/gaia_cookie_manager_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698