Index: chrome/common/pref_names.h |
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h |
index 2852c5589409bf899bec7adf00816b7bc8b96b36..52f0e2204f9a930f920b4e383a384b9fbd5bc498 100644 |
--- a/chrome/common/pref_names.h |
+++ b/chrome/common/pref_names.h |
@@ -376,6 +376,8 @@ extern const char kDefaultSupervisedUserFilteringBehavior[]; |
extern const char kSupervisedUserCreationAllowed[]; |
extern const char kSupervisedUsers[]; |
+extern const char kProfileResetPromptMementoInProfilePrefs[]; |
+ |
extern const char kMessageCenterDisabledExtensionIds[]; |
extern const char kMessageCenterDisabledSystemComponentIds[]; |
extern const char kWelcomeNotificationDismissed[]; |
@@ -438,6 +440,7 @@ extern const char kProfilesLastActive[]; |
extern const char kProfilesNumCreated[]; |
extern const char kProfileInfoCache[]; |
extern const char kProfileCreatedByVersion[]; |
+extern const char kProfileResetPromptMementosInLocalState[]; |
extern const char kStabilityPageLoadCount[]; |
extern const char kStabilityRendererCrashCount[]; |