| Index: extensions/common/feature_switch.h
|
| diff --git a/extensions/common/feature_switch.h b/extensions/common/feature_switch.h
|
| index 95fb39ccd67cfb278d937c012ec960fbe9ffd225..a6a9af36b36b99603a1183a610e53cae30cef1ed 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* mime_handler_view();
|
| + static FeatureSwitch* trace_app_source();
|
|
|
| enum DefaultValue {
|
| DEFAULT_ENABLED,
|
|
|