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

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 a7adf4f2d808f17b93a9d872bc9822f0abceebd9..831ce2c1b276733e772b37c4fa7a5a929bac69ef 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -587,6 +587,9 @@ const char kEnableDeviceDiscoveryNotifications[] =
// Enables the DOM distiller.
const char kEnableDomDistiller[] = "enable-dom-distiller";
+// Enable Enhanced Bookmarks.
+const char kEnableEnhancedBookmarks[] = "enable-enhanced-bookmarks";
+
// Enables experimentation with ephemeral apps, which are launched without
// installing in Chrome.
const char kEnableEphemeralApps[] = "enable-ephemeral-apps";

Powered by Google App Engine
This is Rietveld 408576698