Index: chrome/browser/safe_browsing/safe_browsing_blocking_page.cc |
diff --git a/chrome/browser/safe_browsing/safe_browsing_blocking_page.cc b/chrome/browser/safe_browsing/safe_browsing_blocking_page.cc |
index df8a9e55d1806d140d1014858c8ee67a4a46902b..be86c5bf860181e0e506c0779b9f207711e8b343 100644 |
--- a/chrome/browser/safe_browsing/safe_browsing_blocking_page.cc |
+++ b/chrome/browser/safe_browsing/safe_browsing_blocking_page.cc |
@@ -158,24 +158,6 @@ bool Version3Enabled() { |
return false; |
} |
-class SafeBrowsingBlockingPageV3 : public SafeBrowsingBlockingPage { |
- public: |
- SafeBrowsingBlockingPageV3(SafeBrowsingUIManager* ui_manager, |
- content::WebContents* web_contents, |
- const UnsafeResourceList& unsafe_resources); |
- |
- // InterstitialPageDelegate method: |
- virtual std::string GetHTMLContents() OVERRIDE; |
- |
- private: |
- // 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 PopulatePhishingLoadTimeData(base::DictionaryValue* load_time_data); |
- |
- DISALLOW_COPY_AND_ASSIGN(SafeBrowsingBlockingPageV3); |
-}; |
- |
} // namespace |
// static |