Chromium Code Reviews| Index: chrome/browser/extensions/api/content_settings/content_settings_helpers.cc |
| diff --git a/chrome/browser/extensions/api/content_settings/content_settings_helpers.cc b/chrome/browser/extensions/api/content_settings/content_settings_helpers.cc |
| index 7fc2e85b19240e12a35932715258d17e036cefde..85f2b531101142bda787b8294f69c0961df3864b 100644 |
| --- a/chrome/browser/extensions/api/content_settings/content_settings_helpers.cc |
| +++ b/chrome/browser/extensions/api/content_settings/content_settings_helpers.cc |
| @@ -25,6 +25,9 @@ const char* const kContentSettingsTypeNames[] = { |
| "popups", |
| "location", |
| "notifications", |
| + "auto-select-certificate", |
| + "fullscreen", |
| + "mouselock" |
| }; |
| static_assert(arraysize(kContentSettingsTypeNames) <= |
| CONTENT_SETTINGS_NUM_TYPES, |
|
Mike West
2015/01/23 11:23:46
Please add a TODO here to come up with a clever wa
msramek
2015/01/23 12:28:46
Done.
|