Index: chrome/common/pref_names.h |
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h |
index 8b03da3ab313dc0d20a842aa557a1b303cf9e4a9..9eb9db722ad6b90745fd06fc06b9bd3145b0105a 100644 |
--- a/chrome/common/pref_names.h |
+++ b/chrome/common/pref_names.h |
@@ -374,6 +374,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[]; |
@@ -436,6 +438,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[]; |