| Index: chrome/common/extensions/feature_switch.h
|
| diff --git a/chrome/common/extensions/feature_switch.h b/chrome/common/extensions/feature_switch.h
|
| index a7f57c652d3142d5aaf67263e02df83a66ab44d1..5e43543ec77a4e6d395d986b2c42e1ab0215f27b 100644
|
| --- a/chrome/common/extensions/feature_switch.h
|
| +++ b/chrome/common/extensions/feature_switch.h
|
| @@ -22,6 +22,7 @@ class FeatureSwitch {
|
| static FeatureSwitch* extensions_in_action_box();
|
| static FeatureSwitch* script_badges();
|
| static FeatureSwitch* script_bubble();
|
| + static FeatureSwitch* prompt_for_external_extensions();
|
|
|
| enum DefaultValue {
|
| DEFAULT_ENABLED,
|
|
|