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

Unified Diff: android_webview/browser/aw_safe_browsing_ui_manager.cc

Issue 2863723002: WebView: create AwSafeBrowsingBlockingPage (Closed)
Patch Set: Fixing comment, fixing forward decl. Created 3 years, 7 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: android_webview/browser/aw_safe_browsing_ui_manager.cc
diff --git a/android_webview/browser/aw_safe_browsing_ui_manager.cc b/android_webview/browser/aw_safe_browsing_ui_manager.cc
index fdcc6d30d9564fae00d2340a1597c92cc61fe70c..3a5043d10f82449a58fa37d483aedfda664df46c 100644
--- a/android_webview/browser/aw_safe_browsing_ui_manager.cc
+++ b/android_webview/browser/aw_safe_browsing_ui_manager.cc
@@ -4,6 +4,7 @@
#include "android_webview/browser/aw_safe_browsing_ui_manager.h"
+#include "android_webview/browser/aw_safe_browsing_blocking_page.h"
#include "content/public/browser/browser_thread.h"
using content::BrowserThread;
@@ -33,4 +34,9 @@ void AwSafeBrowsingUIManager::DisplayBlockingPage(
safe_browsing::BaseUIManager::DisplayBlockingPage(resource);
}
+void AwSafeBrowsingUIManager::ShowBlockingPageForResource(
+ const UnsafeResource& resource) {
+ AwSafeBrowsingBlockingPage::ShowBlockingPage(this, resource);
+}
+
} // namespace android_webview
« no previous file with comments | « android_webview/browser/aw_safe_browsing_ui_manager.h ('k') | components/safe_browsing/base_blocking_page.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698