| Index: components/signin/core/browser/signin_cookie_changed_subscription.h
|
| diff --git a/components/signin/core/browser/signin_cookie_changed_subscription.h b/components/signin/core/browser/signin_cookie_changed_subscription.h
|
| index e0ad83c5fce49e4efbe4f78b4a27a2c524638109..d1569863c223ad10ad8c4c69db62f22da55f2bf8 100644
|
| --- a/components/signin/core/browser/signin_cookie_changed_subscription.h
|
| +++ b/components/signin/core/browser/signin_cookie_changed_subscription.h
|
| @@ -55,10 +55,11 @@ class SigninCookieChangedSubscription
|
| scoped_refptr<base::TaskRunner> proxy,
|
| base::WeakPtr<SigninCookieChangedSubscription> subscription,
|
| const net::CanonicalCookie& cookie,
|
| - bool removed);
|
| + net::CookieStore::ChangeCause cause);
|
|
|
| // Handler for cookie changed events.
|
| - void OnCookieChanged(const net::CanonicalCookie& cookie, bool removed);
|
| + void OnCookieChanged(const net::CanonicalCookie& cookie,
|
| + net::CookieStore::ChangeCause cause);
|
|
|
| // The context getter.
|
| scoped_refptr<net::URLRequestContextGetter> context_getter_;
|
|
|