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

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

Issue 219933002: Componentize AccountReconcilor. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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 e0a16e8b3a83d95e8284747700c121e137729f73..a81b0d8e8c57126534a901686398c91fc3b86108 100644
--- a/components/signin/core/browser/test_signin_client.h
+++ b/components/signin/core/browser/test_signin_client.h
@@ -39,6 +39,10 @@ class TestSigninClient : public SigninClient {
// Returns true.
virtual bool ShouldMergeSigninCredentialsIntoCookieJar() OVERRIDE;
+ // Does nothing.
+ virtual void SetCookieChangedCallback(const CookieChangedCallback& callback)
+ OVERRIDE;
+
private:
// Loads the token database.
void LoadDatabase();

Powered by Google App Engine
This is Rietveld 408576698