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

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

Issue 421583002: Show GAIA/cookie accounts on the signin-internals page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: include for CrOS Created 6 years, 4 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/test_signin_client.h
diff --git a/components/signin/core/browser/test_signin_client.h b/components/signin/core/browser/test_signin_client.h
index 09da08f30d0d4efeb9b91331ee28100dfd936318..18b28a4bb039612c1b23598cb79ef742321609cd 100644
--- a/components/signin/core/browser/test_signin_client.h
+++ b/components/signin/core/browser/test_signin_client.h
@@ -61,8 +61,8 @@ class TestSigninClient : public SigninClient {
virtual bool ShouldMergeSigninCredentialsIntoCookieJar() OVERRIDE;
// Does nothing.
- virtual void SetCookieChangedCallback(const CookieChangedCallback& callback)
- OVERRIDE;
+ virtual scoped_ptr<CookieChangedCallbackList::Subscription>
+ AddCookieChangedCallback(const CookieChangedCallback& callback) OVERRIDE;
#if defined(OS_IOS)
ios::FakeProfileOAuth2TokenServiceIOSProvider* GetIOSProviderAsFake();
@@ -82,6 +82,7 @@ class TestSigninClient : public SigninClient {
scoped_refptr<net::TestURLRequestContextGetter> request_context_;
scoped_refptr<TokenWebData> database_;
int signin_host_id_;
+ CookieChangedCallbackList cookie_callbacks_;
PrefService* pref_service_;
« no previous file with comments | « components/signin/core/browser/signin_client.h ('k') | components/signin/core/browser/test_signin_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698