Chromium Code Reviews| 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 |