| 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..b52c6c1c78e5a6b508fb976ce32a5dc8c43863f5 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, // PUSH_MESSAGING (removed).
|
| CONTENT_SETTINGS_TYPE_SSL_CERT_DECISIONS,
|
| CONTENT_SETTINGS_TYPE_DEFAULT, // METRO_SWITCH_TO_DESKTOP (deprecated).
|
| #if defined(OS_ANDROID) || defined(OS_CHROMEOS)
|
|
|