| 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 5c97bb0faa27b5738367d5efcc39d7f540d4d520..b5ac288a785ff312ccd2202e80151ac0f8b63f72 100644
|
| --- a/chrome/browser/safe_browsing/safe_browsing_blocking_page.h
|
| +++ b/chrome/browser/safe_browsing/safe_browsing_blocking_page.h
|
| @@ -60,13 +60,6 @@
|
| typedef std::map<content::WebContents*, UnsafeResourceList> UnsafeResourceMap;
|
|
|
| virtual ~SafeBrowsingBlockingPage();
|
| -
|
| - // Creates a blocking page. Use ShowBlockingPage if you don't need to access
|
| - // the blocking page directly.
|
| - static SafeBrowsingBlockingPage* CreateBlockingPage(
|
| - SafeBrowsingUIManager* ui_manager,
|
| - content::WebContents* web_contents,
|
| - const UnsafeResource& unsafe_resource);
|
|
|
| // Shows a blocking page warning the user about phishing/malware for a
|
| // specific resource.
|
|
|