| Index: chrome/common/extensions/feature_switch.h
|
| diff --git a/chrome/common/extensions/feature_switch.h b/chrome/common/extensions/feature_switch.h
|
| index 54a91d71b9b5d46e668723c5f1ca60157f4dd7f2..ba9e184e000cd44d3493585ec6207485d6248943 100644
|
| --- a/chrome/common/extensions/feature_switch.h
|
| +++ b/chrome/common/extensions/feature_switch.h
|
| @@ -24,6 +24,7 @@ class FeatureSwitch {
|
| static FeatureSwitch* script_bubble();
|
| static FeatureSwitch* sideload_wipeout();
|
| static FeatureSwitch* prompt_for_external_extensions();
|
| + static FeatureSwitch* tab_capture();
|
|
|
| enum DefaultValue {
|
| DEFAULT_ENABLED,
|
|
|