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

Unified Diff: extensions/common/feature_switch.h

Issue 324393002: Extension Toolbar redesign, part 1 (overflow) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Crash fix for Linux Created 6 years, 6 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: extensions/common/feature_switch.h
diff --git a/extensions/common/feature_switch.h b/extensions/common/feature_switch.h
index 4b9cdd93e149323b105fb19da7661460ab6a33bc..253304405ffd11ba3dbb57014a43532b688ff21d 100644
--- a/extensions/common/feature_switch.h
+++ b/extensions/common/feature_switch.h
@@ -24,6 +24,7 @@ class FeatureSwitch {
static FeatureSwitch* global_commands();
static FeatureSwitch* prompt_for_external_extensions();
static FeatureSwitch* error_console();
+ static FeatureSwitch* extension_action_redesign();
Devlin 2014/06/26 16:29:13 nit: looks like everywhere in the .cc file this is
Finnur 2014/06/27 14:23:38 Indeed.
static FeatureSwitch* enable_override_bookmarks_ui();
static FeatureSwitch* scripts_require_action();

Powered by Google App Engine
This is Rietveld 408576698