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

Unified Diff: chrome/common/chrome_switches.cc

Issue 10827268: Added flag --extensions-in-action-box to split Action Box and Extensions in it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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 386920b1925d5fcbf80966ea84ee4622df4b06a1..68b0f37cbee6d53e8141f1a519e64ba69cf0b785 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -522,6 +522,9 @@ const char kEnableExtensionActivityLogging[] =
// Enables the extension activity UI.
const char kEnableExtensionActivityUI[] = "enable-extension-activity-ui";
+// Enables to show extensions in an action box.
+const char kEnableExtensionsInActionBox[] = "extensions-in-action-box";
+
// Enables experimental timeline API.
const char kEnableExtensionTimelineApi[] = "enable-extension-timeline-api";

Powered by Google App Engine
This is Rietveld 408576698