diff options
Diffstat (limited to 'chrome/common/pref_names.h')
-rw-r--r-- | chrome/common/pref_names.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h index 7f254f1..0123ab3 100644 --- a/chrome/common/pref_names.h +++ b/chrome/common/pref_names.h @@ -313,6 +313,9 @@ extern const char kLocalProfileId[]; extern const char kPasswordsUseLocalProfileId[]; #endif +extern const char kProfileAvatarIndex[]; +extern const char kProfileName[]; + // Local state prefs. Please add Profile prefs above instead. extern const char kCertRevocationCheckingEnabled[]; extern const char kSSL3Enabled[]; |