| 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 5e38200208a771b5aed8adfa9e1b399eb3bbcaa6..5139efc6c541496f6aa899e153c234cb4a4b9ef9 100644
|
| --- a/components/content_settings/core/common/content_settings.cc
|
| +++ b/components/content_settings/core/common/content_settings.cc
|
| @@ -52,7 +52,7 @@ ContentSettingsType kHistogramOrder[] = {
|
| CONTENT_SETTINGS_TYPE_APP_BANNER,
|
| CONTENT_SETTINGS_TYPE_SITE_ENGAGEMENT,
|
| CONTENT_SETTINGS_TYPE_DURABLE_STORAGE,
|
| - CONTENT_SETTINGS_TYPE_KEYGEN,
|
| + CONTENT_SETTINGS_TYPE_DEFAULT, // KEYGEN (removed)
|
| CONTENT_SETTINGS_TYPE_BLUETOOTH_GUARD,
|
| CONTENT_SETTINGS_TYPE_BACKGROUND_SYNC,
|
| CONTENT_SETTINGS_TYPE_AUTOPLAY,
|
|
|