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

Unified Diff: chrome/common/chrome_switches.cc

Issue 68173031: Added enhanced bookmarks extension as an external component extension (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 6c2df82d66f897ab3eebd7523f2b281d10cf0025..0bebe34f7ca1776a2ac7eda683b7f69fab11cdbf 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -331,6 +331,9 @@ const char kDisableDhcpWpad[] = "disable-dhcp-wpad";
// Force-disables DNS probes on main frame DNS errors.
const char kDisableDnsProbes[] = "disable-dns-probes";
+// Force disable Enhanced Bookmarks.
+const char kDisableEnhancedBookmarks[] = "disable-enhanced-bookmarks";
+
// Disable extensions.
const char kDisableExtensions[] = "disable-extensions";

Powered by Google App Engine
This is Rietveld 408576698