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

Unified Diff: chrome/common/extensions/extension_switch_utils.h

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/extensions/extension_switch_utils.h
diff --git a/chrome/common/extensions/extension_switch_utils.h b/chrome/common/extensions/extension_switch_utils.h
index d393de669a23fdb333aa72e7918aa63d6f0f0883..ed459fd28d9ea0e4cb22774a3fba38800c9448a3 100644
--- a/chrome/common/extensions/extension_switch_utils.h
+++ b/chrome/common/extensions/extension_switch_utils.h
@@ -13,6 +13,8 @@ bool IsEasyOffStoreInstallEnabled();
bool IsActionBoxEnabled();
not at google - send to devlin 2012/08/14 04:09:53 do extensions care about this flag any more? Perha
yefimt 2012/08/14 20:59:07 It is still used in location_bar_view
not at google - send to devlin 2012/08/14 22:03:54 Yes but it's not really a concern of extensions in
+bool IsExtensionsInActionBoxEnabled();
+
bool AreScriptBadgesEnabled();
} // switch_utils

Powered by Google App Engine
This is Rietveld 408576698