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

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: Fix Android compilation 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
Index: chrome/common/pref_names.cc
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
index 0d49f7011989dc667ff2a2139d46feaca2025cd3..119884b0195f80e2bcd80809c9e82e6d10f2137b 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -1356,8 +1356,6 @@ const char kResetContentSettings[] =
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[] =

Powered by Google App Engine
This is Rietveld 408576698