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

Unified Diff: chrome/browser/signin/fake_signin_manager.h

Issue 71723002: This is the second CL of several that will eventually replace TokenService with (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 7 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
Index: chrome/browser/signin/fake_signin_manager.h
diff --git a/chrome/browser/signin/fake_signin_manager.h b/chrome/browser/signin/fake_signin_manager.h
index fc3c920033a2012635256b82cd5d554b314d7704..7ece539f8e9a990a1e501fa1133f7d983de611e8 100644
--- a/chrome/browser/signin/fake_signin_manager.h
+++ b/chrome/browser/signin/fake_signin_manager.h
@@ -19,8 +19,6 @@ class FakeSigninManagerBase : public SigninManagerBase {
explicit FakeSigninManagerBase();
virtual ~FakeSigninManagerBase();
- virtual void InitTokenService() OVERRIDE;
-
// Helper function to be used with
// BrowserContextKeyedService::SetTestingFactory().
static BrowserContextKeyedService* Build(content::BrowserContext* profile);
@@ -40,7 +38,6 @@ class FakeSigninManager : public SigninManager {
}
virtual void SignOut() OVERRIDE;
- virtual void InitTokenService() OVERRIDE;
virtual void StartSignInWithCredentials(
const std::string& session_index,
« no previous file with comments | « chrome/browser/signin/android_profile_oauth2_token_service.h ('k') | chrome/browser/signin/fake_signin_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698