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 7730dc2da835e10ff590804c01d7f6095fdc0d96..ca8287ae6550e92a7369a1a6b4109e0735d49586 100644 |
--- a/chrome/browser/extensions/api/content_settings/content_settings_helpers.cc |
+++ b/chrome/browser/extensions/api/content_settings/content_settings_helpers.cc |
@@ -27,7 +27,10 @@ const char* const kContentSettingsTypeNames[] = { |
"notifications", |
"auto-select-certificate", |
"fullscreen", |
- "mouselock" |
+ "mouselock", |
+ "register-protocol-handler", |
not at google - send to devlin
2015/01/30 20:11:52
why are there 3 changes here (in particular RPH se
Mike West
2015/01/31 09:51:59
This array needs to match the ContentSettingsType
not at google - send to devlin
2015/02/02 17:52:57
Okie I'm a little confused, it doesn't match the e
msramek
2015/02/02 18:50:52
Oh! Thanks, good catch :-) (I would notice it when
|
+ "media-stream", |
+ "media-stream-mic" |
}; |
// TODO(msramek): Assert that |kContentSettingsTypeNames| is synced with enum |