Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(89)

Unified Diff: chrome/common/pref_names.h

Issue 14924002: WebUI for Profile Settings Reset (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed comments Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | chrome/common/pref_names.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/pref_names.h
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
index 44dcf92921aa8458ea6f73256cc39f0919b96b19..c0095c19b5ac44d271a933f2219ed207a3de6842 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -476,6 +476,13 @@ extern const char kProfileCreatedByVersion[];
extern const char kProfileMetrics[];
extern const char kProfilePrefix[];
+extern const char kResetDefaultSearchEngine[];
+extern const char kResetHomepage[];
+extern const char kResetContentSettings[];
+extern const char kResetCookiesAndSiteData[];
+extern const char kResetExtensions[];
+extern const char kResetExtensionsHandling[];
+
extern const char kStabilityExitedCleanly[];
extern const char kStabilityStatsVersion[];
extern const char kStabilityStatsBuildTime[];
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | chrome/common/pref_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698