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

Unified Diff: chrome/browser/ssl/ssl_blocking_page.h

Issue 14752005: Finch experiments on SSL, malware, and phishing interstitials (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Renamed files in ssl subdirectory Created 7 years, 8 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/ssl/ssl_blocking_page.h
diff --git a/chrome/browser/ssl/ssl_blocking_page.h b/chrome/browser/ssl/ssl_blocking_page.h
index 4d7b2f28d44b83a1707d1a91ff3b53f1ca48bd41..971c1b773ec57db23f62032b7af5df9b03438ff4 100644
--- a/chrome/browser/ssl/ssl_blocking_page.h
+++ b/chrome/browser/ssl/ssl_blocking_page.h
@@ -73,6 +73,9 @@ class SSLBlockingPage : public content::InterstitialPageDelegate {
bool strict_enforcement_;
content::InterstitialPage* interstitial_page_; // Owns us.
+ // For the FieldTrial: this contains the name of the condition.
+ std::string trial_;
James Hawkins 2013/05/01 23:21:45 trialCondition_?
felt 2013/05/02 16:07:12 Done.
+
DISALLOW_COPY_AND_ASSIGN(SSLBlockingPage);
};

Powered by Google App Engine
This is Rietveld 408576698