Commit 5e894c11 authored by alshabalin's avatar alshabalin Committed by Commit bot

Initialize all fields in WebsiteSettings.

show_ssl_decision_revoke_button_ field was never assigned when
constructing WebsiteSettings with about:blank url.

BUG=

Review-Url: https://codereview.chromium.org/2440183002
Cr-Commit-Position: refs/heads/master@{#427292}
parent 4e7019f5
......@@ -264,6 +264,7 @@ WebsiteSettings::WebsiteSettings(
site_url_(url),
site_identity_status_(SITE_IDENTITY_STATUS_UNKNOWN),
site_connection_status_(SITE_CONNECTION_STATUS_UNKNOWN),
show_ssl_decision_revoke_button_(false),
content_settings_(HostContentSettingsMapFactory::GetForProfile(profile)),
chrome_ssl_host_state_delegate_(
ChromeSSLHostStateDelegateFactory::GetForProfile(profile)),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment