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

Unified Diff: chrome/common/pref_names.cc

Issue 16980002: Reset profile: unpin all pinned tabs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Clean up all the checkboxes Created 7 years, 6 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 0d49f7011989dc667ff2a2139d46feaca2025cd3..14052698377a0a5135bb1c95bdc407ab72b9af30 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -1347,18 +1347,6 @@ 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