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

Unified Diff: android_webview/browser/aw_safe_browsing_blocking_page.cc

Issue 2932703003: Plumbing for safe browsing reporting for Android WebView. (Closed)
Patch Set: modify client name to android_webview Created 3 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: android_webview/browser/aw_safe_browsing_blocking_page.cc
diff --git a/android_webview/browser/aw_safe_browsing_blocking_page.cc b/android_webview/browser/aw_safe_browsing_blocking_page.cc
index 7f505a3a9c0ef926452c29044e2e561414d9f332..ea80eb1af794cbbb9bd4430d61bc68e57d558a87 100644
--- a/android_webview/browser/aw_safe_browsing_blocking_page.cc
+++ b/android_webview/browser/aw_safe_browsing_blocking_page.cc
@@ -4,7 +4,9 @@
#include "android_webview/browser/aw_safe_browsing_blocking_page.h"
+#include "android_webview/browser/aw_browser_context.h"
#include "android_webview/browser/aw_safe_browsing_ui_manager.h"
+#include "android_webview/browser/net/aw_url_request_context_getter.h"
#include "components/security_interstitials/content/security_interstitial_controller_client.h"
#include "components/security_interstitials/content/unsafe_resource.h"
#include "components/security_interstitials/core/base_safe_browsing_error_ui.h"
@@ -43,6 +45,10 @@ AwSafeBrowsingBlockingPage::AwSafeBrowsingBlockingPage(
ui_manager->app_locale(), base::Time::NowFromSystemTime(), controller(),
errorUiType == ErrorUiType::QUIET_GIANT));
}
+
+ // TODO(timvolodine): invoke TriggerManager::StartCollectingThreatDetails(),
+ // (via AwBrowserContext, e.g.
+ // AwBrowserContext::FromWebContents(web_contents)), crbug.com/731747.
}
// static
« no previous file with comments | « android_webview/browser/aw_browser_main_parts.cc ('k') | android_webview/browser/aw_safe_browsing_ui_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698