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

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

Issue 216493003: Abstract most Profile knowledge from SigninManager. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix after rebase Created 6 years, 9 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
« no previous file with comments | « chrome/common/pref_names.cc ('k') | components/signin/core/common/signin_pref_names.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 96054bb68b9b7ef4491e7a7c205731a41d76a2b2..0a04f289d9c2173dd1b38a056d6587554230bb44 100644
--- a/components/signin/core/common/signin_pref_names.h
+++ b/components/signin/core/common/signin_pref_names.h
@@ -10,6 +10,7 @@ namespace prefs {
extern const char kGoogleServicesLastUsername[];
extern const char kGoogleServicesUserAccountId[];
extern const char kGoogleServicesUsername[];
+extern const char kGoogleServicesUsernamePattern[];
extern const char kSigninAllowed[];
} // namespace prefs
« no previous file with comments | « chrome/common/pref_names.cc ('k') | components/signin/core/common/signin_pref_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698