| Index: extensions/common/feature_switch.h
|
| diff --git a/extensions/common/feature_switch.h b/extensions/common/feature_switch.h
|
| index 28a757981f7b391501f86c52f86cd97fa01d5e87..d972c38b5b2d09f4b8ce5cff61b84766c6879d36 100644
|
| --- a/extensions/common/feature_switch.h
|
| +++ b/extensions/common/feature_switch.h
|
| @@ -28,6 +28,7 @@ class FeatureSwitch {
|
| static FeatureSwitch* scripts_require_action();
|
| static FeatureSwitch* embedded_extension_options();
|
| static FeatureSwitch* app_view();
|
| + static FeatureSwitch* mime_handler_view();
|
|
|
| enum DefaultValue {
|
| DEFAULT_ENABLED,
|
|
|