Chromium Code Reviews| Index: components/content_settings/core/common/content_settings.cc |
| diff --git a/components/content_settings/core/common/content_settings.cc b/components/content_settings/core/common/content_settings.cc |
| index 3a245e0133f30b2e51c681270405ab5d931cb013..a3f9bb01f828a9661428b0b1d0bef5f0ae46c26e 100644 |
| --- a/components/content_settings/core/common/content_settings.cc |
| +++ b/components/content_settings/core/common/content_settings.cc |
| @@ -31,8 +31,6 @@ ContentSettingsType kHistogramOrder[] = { |
| CONTENT_SETTINGS_TYPE_GEOLOCATION, |
| CONTENT_SETTINGS_TYPE_NOTIFICATIONS, |
| CONTENT_SETTINGS_TYPE_AUTO_SELECT_CERTIFICATE, |
| - CONTENT_SETTINGS_TYPE_FULLSCREEN, |
| - CONTENT_SETTINGS_TYPE_MOUSELOCK, |
|
raymes
2016/11/06 23:50:12
Please replace these with CONTENT_SETTINGS_TYPE_DE
Matt Giuca
2016/11/07 00:38:48
Done. Sorry I didn't spot this.
|
| CONTENT_SETTINGS_TYPE_MIXEDSCRIPT, |
| CONTENT_SETTINGS_TYPE_DEFAULT, // MEDIASTREAM (removed). |
| CONTENT_SETTINGS_TYPE_MEDIASTREAM_MIC, |