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

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: removed IsActionBoxEnabled() 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
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | chrome/common/extensions/extension_switch_utils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 519d3aec5e5445a8a496142d304b4045b49daf7d..e69b799fa43375553090388547cc4e638c44ba7a 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";
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | chrome/common/extensions/extension_switch_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698