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

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

Issue 695553002: Account reconcilor: Use cookie store cookie changed subscription. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Nits Created 6 years, 1 month 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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/signin/core/browser/about_signin_internals.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/signin/core/browser/about_signin_internals.h
diff --git a/components/signin/core/browser/about_signin_internals.h b/components/signin/core/browser/about_signin_internals.h
index c7e264c2b80837e7eb25d882c5662cd0cf4c2565..da66eed309b0cb2df53ae6f5ccff01d2283f6c30 100644
--- a/components/signin/core/browser/about_signin_internals.h
+++ b/components/signin/core/browser/about_signin_internals.h
@@ -182,7 +182,7 @@ class AboutSigninInternals
// Called when a cookie changes. If the cookie relates to a GAIA LSID cookie,
// then we call ListAccounts and update the UI element.
- void OnCookieChanged(const net::CanonicalCookie* cookie);
+ void OnCookieChanged(const net::CanonicalCookie& cookie, bool removed);
// Weak pointer to the token service.
ProfileOAuth2TokenService* token_service_;
@@ -202,7 +202,7 @@ class AboutSigninInternals
ObserverList<Observer> signin_observers_;
- scoped_ptr<SigninClient::CookieChangedCallbackList::Subscription>
+ scoped_ptr<SigninClient::CookieChangedSubscription>
cookie_changed_subscription_;
DISALLOW_COPY_AND_ASSIGN(AboutSigninInternals);
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/signin/core/browser/about_signin_internals.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698