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

Unified Diff: chrome/browser/safe_browsing/safe_browsing_blocking_page.h

Issue 346733003: Add experimental versions of the malware interstitial (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Tweak to "not recommended" string Created 6 years, 6 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 51ec776e849d6b332f71e320af78f2aaf063fdf4..6b9f232eca39b6ba8b44458df9026b42f04e03cf 100644
--- a/chrome/browser/safe_browsing/safe_browsing_blocking_page.h
+++ b/chrome/browser/safe_browsing/safe_browsing_blocking_page.h
@@ -281,9 +281,6 @@ class SafeBrowsingBlockingPageV2 : public SafeBrowsingBlockingPage {
const base::string16& description2,
const base::string16& description3);
- // For the FieldTrial: this contains the name of the condition.
- std::string trialCondition_;
-
DISALLOW_COPY_AND_ASSIGN(SafeBrowsingBlockingPageV2);
};
@@ -302,6 +299,9 @@ class SafeBrowsingBlockingPageV3 : public SafeBrowsingBlockingPage {
void PopulateMalwareLoadTimeData(base::DictionaryValue* load_time_data);
void PopulatePhishingLoadTimeData(base::DictionaryValue* load_time_data);
+ // For the M37 FieldTrial: this contains the name of the condition.
+ std::string trial_condition_;
+
DISALLOW_COPY_AND_ASSIGN(SafeBrowsingBlockingPageV3);
};
« no previous file with comments | « chrome/browser/resources/ssl/interstitial_v2.js ('k') | chrome/browser/safe_browsing/safe_browsing_blocking_page.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698