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

Unified Diff: chrome/common/chrome_switches.cc

Issue 24891002: Initial WebUI extension for enhanced bookmarks (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 6a735be761d1ceffd9543069cd032b7fa7ef74b6..bbbbf26048a5c4ee8625abcdb75bb67ef4f8c674 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -588,6 +588,9 @@ const char kEnableDnsProbes[] = "enable-dns-probes";
// Enables the DOM distiller.
const char kEnableDomDistiller[] = "enable-dom-distiller";
+// Enables enhanced bookmarks.
+const char kEnableEnhancedBookmarks[] = "enable-enhanced-bookmarks";
+
// Enables extensions to be easily installed from sites other than the web
// store. Without this flag, they can still be installed, but must be manually
// dragged onto chrome://extensions/.

Powered by Google App Engine
This is Rietveld 408576698