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

Unified Diff: chrome/browser/safe_browsing/safe_browsing_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: Added Safe Browsing Field Trial 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/safe_browsing/safe_browsing_blocking_page.h
diff --git a/chrome/browser/safe_browsing/safe_browsing_blocking_page.h b/chrome/browser/safe_browsing/safe_browsing_blocking_page.h
index 91edef2d35c71c7d9137c8e2b58938d236890e0d..774485da15da92ed53a7f235bcd7bee6f74fc44a 100644
--- a/chrome/browser/safe_browsing/safe_browsing_blocking_page.h
+++ b/chrome/browser/safe_browsing/safe_browsing_blocking_page.h
@@ -111,6 +111,7 @@ class SafeBrowsingBlockingPage : public content::InterstitialPageDelegate {
SHOW,
PROCEED,
DONT_PROCEED,
+ ADVANCED
agl 2013/05/01 18:54:12 a comma at the end of the line is typical. This d
felt 2013/05/01 19:39:45 Done.
};
// Records a user action for this interstitial, using the form
@@ -262,6 +263,9 @@ class SafeBrowsingBlockingPageV2 : public SafeBrowsingBlockingPage {
const string16& description2,
const string16& description3);
+ // For the FieldTrial.
agl 2013/05/01 18:54:12 // trail_ contains the Finch trial name. (Or what
felt 2013/05/01 19:39:45 Done.
+ std::string trial_;
+
DISALLOW_COPY_AND_ASSIGN(SafeBrowsingBlockingPageV2);
};

Powered by Google App Engine
This is Rietveld 408576698