Chromium Code Reviews| Index: chrome/browser/ui/webui/options/content_settings_handler.cc |
| diff --git a/chrome/browser/ui/webui/options/content_settings_handler.cc b/chrome/browser/ui/webui/options/content_settings_handler.cc |
| index 02d485d0b262b309d07f731008922b0252506ce8..beeece3180a2c8eb709df6d2954a312dcd017b82 100644 |
| --- a/chrome/browser/ui/webui/options/content_settings_handler.cc |
| +++ b/chrome/browser/ui/webui/options/content_settings_handler.cc |
| @@ -61,6 +61,7 @@ const ContentSettingsTypeNameEntry kContentSettingsTypeGroupNames[] = { |
| {CONTENT_SETTINGS_TYPE_GEOLOCATION, "location"}, |
| {CONTENT_SETTINGS_TYPE_NOTIFICATIONS, "notifications"}, |
| {CONTENT_SETTINGS_TYPE_INTENTS, "intents"}, |
| + {CONTENT_SETTINGS_TYPE_AUTO_SELECT_CERTIFICATE, "auto-select-certificate"}, |
|
battre
2011/08/25 08:15:49
This does not show up in content_settings_types.h
markusheintz_
2011/08/25 14:39:51
No. The content type is there if you check the cod
|
| }; |
|
battre
2011/08/25 08:15:49
Does it make sense to add COMPILE_ASSERT(arraysize
markusheintz_
2011/08/25 14:39:51
Absolutely!! Done
|
| ContentSettingsType ContentSettingsTypeFromGroupName(const std::string& name) { |