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

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: update Created 5 years, 3 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 0c3f85d40f7bf7757b7e2cbff3833c709039aec3..2a05ed2fff4f098b9b81d1baaf0f0515ffc2e5b2 100644
--- a/components/signin/core/browser/account_tracker_service.h
+++ b/components/signin/core/browser/account_tracker_service.h
@@ -108,6 +108,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