diff options
Diffstat (limited to 'chrome/common/extensions/api/_manifest_features.json')
-rw-r--r-- | chrome/common/extensions/api/_manifest_features.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/common/extensions/api/_manifest_features.json b/chrome/common/extensions/api/_manifest_features.json index 670bed0..35cfcc6 100644 --- a/chrome/common/extensions/api/_manifest_features.json +++ b/chrome/common/extensions/api/_manifest_features.json @@ -79,6 +79,8 @@ "channel": "stable", "extension_types": ["extension"] }, + // TODO(finnur): Remove channel check for SettingsApiControllerTest when this + // goes to stable. "chrome_settings_overrides": [{ "channel": "dev", "extension_types": ["extension"], |