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 ec1621532d923046acf5d916aaf72ed060168235..1dbb41f17d74f47b5e263394dad9fa9053b06020 100644 |
| --- a/components/content_settings/core/common/content_settings.cc |
| +++ b/components/content_settings/core/common/content_settings.cc |
| @@ -55,6 +55,7 @@ ContentSettingsType kHistogramOrder[] = { |
| CONTENT_SETTINGS_TYPE_DEFAULT, // KEYGEN (removed). |
| CONTENT_SETTINGS_TYPE_BLUETOOTH_GUARD, |
| CONTENT_SETTINGS_TYPE_BACKGROUND_SYNC, |
| + CONTENT_SETTINGS_TYPE_PASSWORD_PROTECTION, |
|
raymes
2017/03/16 00:38:37
This should go right at the end but you may want t
Jialiu Lin
2017/03/16 17:48:19
Sure. I'll wait for the https://codereview.chromiu
|
| CONTENT_SETTINGS_TYPE_AUTOPLAY, |
| CONTENT_SETTINGS_TYPE_DEFAULT, // PROMPT_NO_DECISION_COUNT (migrated). |
| CONTENT_SETTINGS_TYPE_IMPORTANT_SITE_INFO, |