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 e7a8dea8fb8ec22b5cf3d3140d5f3b24377e21b2..d1adaa31a46c834a222d2b11286d24ea3f3d02a1 100644 |
| --- a/components/content_settings/core/common/content_settings.cc |
| +++ b/components/content_settings/core/common/content_settings.cc |
| @@ -41,7 +41,7 @@ ContentSettingsType kHistogramOrder[] = { |
| CONTENT_SETTINGS_TYPE_PPAPI_BROKER, |
| CONTENT_SETTINGS_TYPE_AUTOMATIC_DOWNLOADS, |
| CONTENT_SETTINGS_TYPE_MIDI_SYSEX, |
| - CONTENT_SETTINGS_TYPE_PUSH_MESSAGING, |
| + CONTENT_SETTINGS_TYPE_DEFAULT, |
|
tsergeant
2016/07/21 04:57:29
Nit: Add a comment like the other removed items
raymes
2016/07/25 01:48:24
Done.
|
| CONTENT_SETTINGS_TYPE_SSL_CERT_DECISIONS, |
| CONTENT_SETTINGS_TYPE_DEFAULT, // METRO_SWITCH_TO_DESKTOP (deprecated). |
| #if defined(OS_ANDROID) || defined(OS_CHROMEOS) |