Chromium Code Reviews| Index: base/feature_list.h |
| diff --git a/base/feature_list.h b/base/feature_list.h |
| index 875d3b595a549907ea75fbdc891db43b18fba83f..90128cf49c0ae14aad5664e8ea633c9f201eb66a 100644 |
| --- a/base/feature_list.h |
| +++ b/base/feature_list.h |
| @@ -91,6 +91,7 @@ class BASE_EXPORT FeatureList { |
| // Specifies whether a feature override enables or disables the feature. |
| enum OverrideState { |
| + OVERRIDE_USE_DEFAULT, |
| OVERRIDE_DISABLE_FEATURE, |
| OVERRIDE_ENABLE_FEATURE, |
| }; |