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

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

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
« no previous file with comments | « chrome/browser/signin/fake_signin_manager.h ('k') | chrome/browser/signin/signin_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/signin/fake_signin_manager.cc
diff --git a/chrome/browser/signin/fake_signin_manager.cc b/chrome/browser/signin/fake_signin_manager.cc
index f4ca86297cfa14811b1cd9959eca13303286c4fd..51b1541b58f3e9bb3fca9fb309d6d712744be8cd 100644
--- a/chrome/browser/signin/fake_signin_manager.cc
+++ b/chrome/browser/signin/fake_signin_manager.cc
@@ -21,9 +21,6 @@ FakeSigninManagerBase::FakeSigninManagerBase() {
FakeSigninManagerBase::~FakeSigninManagerBase() {
}
-void FakeSigninManagerBase::InitTokenService() {
-}
-
// static
BrowserContextKeyedService* FakeSigninManagerBase::Build(
content::BrowserContext* profile) {
@@ -40,9 +37,6 @@ FakeSigninManager::FakeSigninManager(Profile* profile)
FakeSigninManager::~FakeSigninManager() {
}
-void FakeSigninManager::InitTokenService() {
-}
-
void FakeSigninManager::StartSignInWithCredentials(
const std::string& session_index,
const std::string& username,
« no previous file with comments | « chrome/browser/signin/fake_signin_manager.h ('k') | chrome/browser/signin/signin_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698