Index: chrome/common/pref_names.h |
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h |
index 83e6cac96011a23847563b1c13206e435ba4eff7..c3f142da1670015c4fb4cd7cf78970708b0ee7c5 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[]; |