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

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

Issue 2434083002: Expand WebsiteSettings histograms for HTTP-bad (Closed)
Patch Set: isherman comments and related cleanup 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 | « no previous file | chrome/browser/ui/website_settings/website_settings.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_ =
+ security_state::SecurityStateModel::NONE;
raymes 2016/10/24 02:58:50 Oh, I just asked a reviewer to use the initializer
estark 2016/10/24 03:06:46 Done.
+
DISALLOW_COPY_AND_ASSIGN(WebsiteSettings);
};
« no previous file with comments | « no previous file | chrome/browser/ui/website_settings/website_settings.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698