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

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

Issue 1256283002: GAIA ID migration for Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 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/account_tracker_service.h
diff --git a/components/signin/core/browser/account_tracker_service.h b/components/signin/core/browser/account_tracker_service.h
index 327124e18a9ba7f0cfd17c94efc226ed70d16190..bf4de12f808ddb85c3a24f14ae917f26938a45a4 100644
--- a/components/signin/core/browser/account_tracker_service.h
+++ b/components/signin/core/browser/account_tracker_service.h
@@ -125,6 +125,8 @@ class AccountTrackerService : public KeyedService,
const std::string& email);
void SeedAccountInfo(AccountInfo info);
+ void RemoveAccount(const std::string& account_id);
+
AccountIdMigrationState GetMigrationState();
void SetMigrationDone();
static AccountIdMigrationState GetMigrationState(PrefService* pref_service);

Powered by Google App Engine
This is Rietveld 408576698