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

Unified Diff: chrome/common/pref_names.h

Issue 476993002: [Profiles] Fix the usage of custom/default names and avatars (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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: chrome/common/pref_names.h
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
index 6aa7599f9566762db9ede1ec7ab920034665461b..3ba10be391a0472c99444763a0f7f652783552fe 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -356,7 +356,10 @@ extern const char kImportSearchEngine[];
extern const char kImportSavedPasswords[];
extern const char kProfileAvatarIndex[];
+extern const char kProfileUsingDefaultName[];
extern const char kProfileName[];
+extern const char kProfileUsingDefaultAvatar[];
+extern const char kProfileUsingGAIAAvatar[];
extern const char kSupervisedUserId[];
extern const char kProfileGAIAInfoUpdateTime[];

Powered by Google App Engine
This is Rietveld 408576698