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 bb5c4f1a0a71f2ed67629cf59e57bb476e4a3a66..60a0280c3abaa44cd778f81d6bc71b7923eb7486 100644 |
--- a/chrome/browser/safe_browsing/safe_browsing_blocking_page.h |
+++ b/chrome/browser/safe_browsing/safe_browsing_blocking_page.h |
@@ -216,6 +216,7 @@ class SafeBrowsingBlockingPage : public content::InterstitialPageDelegate { |
// Which type of interstitial this is. |
enum { |
TYPE_MALWARE, |
+ TYPE_HARMFUL, |
TYPE_PHISHING, |
} interstitial_type_; |
@@ -232,6 +233,7 @@ class SafeBrowsingBlockingPage : public content::InterstitialPageDelegate { |
// Fills the passed dictionary with the values to be passed to the template |
// when creating the HTML. |
void PopulateMalwareLoadTimeData(base::DictionaryValue* load_time_data); |
+ void PopulateHarmfulLoadTimeData(base::DictionaryValue* load_time_data); |
void PopulatePhishingLoadTimeData(base::DictionaryValue* load_time_data); |
#if defined(ENABLE_EXTENSIONS) |