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

Unified Diff: components/signin/core/common/signin_pref_names.h

Issue 964563002: Replace SetAuthenticatedUsername with SetAuthenticatedAccountId. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@priv
Patch Set: rebased Created 5 years, 8 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/common/signin_pref_names.h
diff --git a/components/signin/core/common/signin_pref_names.h b/components/signin/core/common/signin_pref_names.h
index 5e66471cb19badfb87a4731060bfb0c36359a080..412a3d66a6863eea5fe9284619208f17acbe80e9 100644
--- a/components/signin/core/common/signin_pref_names.h
+++ b/components/signin/core/common/signin_pref_names.h
@@ -9,6 +9,7 @@ namespace prefs {
extern const char kAccountIdMigrationState[];
extern const char kAutologinEnabled[];
+extern const char kGoogleServicesAccountId[];
extern const char kGoogleServicesHostedDomain[];
extern const char kGoogleServicesLastUsername[];
extern const char kGoogleServicesRefreshTokenAnnotateScheduledTime[];

Powered by Google App Engine
This is Rietveld 408576698