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

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

Issue 2434083002: Expand WebsiteSettings histograms for HTTP-bad (Closed)
Patch Set: fix test description 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
Index: chrome/browser/ui/website_settings/website_settings.h
diff --git a/chrome/browser/ui/website_settings/website_settings.h b/chrome/browser/ui/website_settings/website_settings.h
index f2606784f7e3ab360423194bcda40950bd31e035..4a64b3ab186b8de393d31166549315613603c548 100644
--- a/chrome/browser/ui/website_settings/website_settings.h
+++ b/chrome/browser/ui/website_settings/website_settings.h
@@ -236,6 +236,9 @@ class WebsiteSettings : public TabSpecificContentSettings::SiteDataObserver,
Profile* profile_;
+ security_state::SecurityStateModel::SecurityLevel security_level_ =
lgarron 2016/10/21 01:04:57 I don't know our C+ conventions perfectly, but sho
estark 2016/10/21 01:16:47 In-class member initializers are allowed by the st
lgarron 2016/10/21 01:22:50 Alright, sounds fine to me. Thanks for the link!
+ security_state::SecurityStateModel::NONE;
+
DISALLOW_COPY_AND_ASSIGN(WebsiteSettings);
};

Powered by Google App Engine
This is Rietveld 408576698