| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index eb49ed045061ace9fd0430350b8e743e4073c728..dd9858e4fef5c2d5206140b2ed836d95693e246f 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -1311,6 +1311,10 @@ const char kLocalDiscoveryNotificationsEnabled[] =
|
| // actually a dictionary that maps profile keys to before-mentioned strings.
|
| const char kProfileResetPromptMemento[] = "profile.reset_prompt_memento";
|
|
|
| +// A timestamp (stored in base::Time::ToInternalValue format) of the last time
|
| +// a preference was reset.
|
| +const char kProfilePreferenceResetTime[] = "profile.preference_reset_time";
|
| +
|
| // Stores the check-in info retrieved from the GCM server.
|
| const char kGCMUserAccountID[] = "gcm.user.account_id";
|
| const char kGCMUserToken[] = "gcm.user.token";
|
|
|