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

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: Fix browser test 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
Index: chrome/common/pref_names.h
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
index 8958e1bbed259e87f9bc124f88ade6f3ea2cc07a..2b81a96cb06a5247497a53a39a9e586b0b88aa20 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -477,6 +477,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[];

Powered by Google App Engine
This is Rietveld 408576698