Chromium Code Reviews| Index: components/content_settings/core/browser/website_settings_registry.cc |
| diff --git a/components/content_settings/core/browser/website_settings_registry.cc b/components/content_settings/core/browser/website_settings_registry.cc |
| index 966d49626f8e45f64cadc9a57d2965a87e9a0828..4742c694ace6685f3c96042919a218468db0600b 100644 |
| --- a/components/content_settings/core/browser/website_settings_registry.cc |
| +++ b/components/content_settings/core/browser/website_settings_registry.cc |
| @@ -160,6 +160,11 @@ void WebsiteSettingsRegistry::Init() { |
| WebsiteSettingsInfo::REQUESTING_ORIGIN_ONLY_SCOPE, |
| DESKTOP | PLATFORM_ANDROID, |
| WebsiteSettingsInfo::INHERIT_IN_INCOGNITO); |
| + Register(CONTENT_SETTINGS_TYPE_PASSWORD_PROTECTION, "password-protection", |
| + nullptr, WebsiteSettingsInfo::UNSYNCABLE, WebsiteSettingsInfo::LOSSY, |
|
raymes
2017/03/16 00:38:37
Just checking: is it really ok for this to be LOSS
Jialiu Lin
2017/03/16 17:48:19
Thanks for pointing this out. Changed to NOT_LOSSY
|
| + WebsiteSettingsInfo::REQUESTING_ORIGIN_ONLY_SCOPE, |
| + DESKTOP | PLATFORM_ANDROID, |
| + WebsiteSettingsInfo::INHERIT_IN_INCOGNITO); |
| } |
| } // namespace content_settings |