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

Unified Diff: chrome/common/pref_names.cc

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/pref_names.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/pref_names.cc
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
index 42c4232821d8767ce899fc8aefb6189955e05728..aedc724058714c6c78a18be1d48b97c2a85a1d6e 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -1340,6 +1340,18 @@ const char kProfileMetrics[] = "user_experience_metrics.profiles";
// kProfileMetrics.kProfilePrefix<hashed-profile-id>.
const char kProfilePrefix[] = "profile-";
+// Reset Profile Data dialog preferences
+const char kResetDefaultSearchEngine[] =
+ "browser.reset_profile_settings.default_search_engine";
+const char kResetHomepage[] = "browser.reset_profile_settings.homepage";
+const char kResetContentSettings[] =
+ "browser.reset_profile_settings.content_settings";
+const char kResetCookiesAndSiteData[] =
+ "browser.reset_profile_settings.cookies_and_site_data";
+const char kResetExtensions[] = "browser.reset_profile_settings.extensions";
+const char kResetExtensionsHandling[] =
+ "browser.reset_profile_settings.extensions_handling";
+
// True if the previous run of the program exited cleanly.
const char kStabilityExitedCleanly[] =
"user_experience_metrics.stability.exited_cleanly";
« no previous file with comments | « chrome/common/pref_names.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698