Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3611)

Unified Diff: chrome/browser/ui/website_settings/website_settings.cc

Issue 2440183002: Initialize all fields in WebsiteSettings. (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/ui/website_settings/website_settings.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/website_settings/website_settings.cc
diff --git a/chrome/browser/ui/website_settings/website_settings.cc b/chrome/browser/ui/website_settings/website_settings.cc
index 92e884d2e473cf7fca140c1e4a2ad106c042dfd7..136b19e6d08afea5468d11309b81f5532ecd5301 100644
--- a/chrome/browser/ui/website_settings/website_settings.cc
+++ b/chrome/browser/ui/website_settings/website_settings.cc
@@ -260,14 +260,10 @@ WebsiteSettings::WebsiteSettings(
tab_specific_content_settings),
content::WebContentsObserver(web_contents),
ui_(ui),
- show_info_bar_(false),
site_url_(url),
- site_identity_status_(SITE_IDENTITY_STATUS_UNKNOWN),
- site_connection_status_(SITE_CONNECTION_STATUS_UNKNOWN),
content_settings_(HostContentSettingsMapFactory::GetForProfile(profile)),
chrome_ssl_host_state_delegate_(
ChromeSSLHostStateDelegateFactory::GetForProfile(profile)),
- did_revoke_user_ssl_decisions_(false),
raymes 2016/10/24 01:46:27 I realize there is no clear rules in the style gui
alshabalin 2016/10/24 08:33:49 Done.
profile_(profile) {
Init(url, security_info);
« no previous file with comments | « chrome/browser/ui/website_settings/website_settings.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698