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

Unified Diff: android_webview/browser/aw_safe_browsing_resource_throttle.h

Issue 2876473003: [ABANDONED] [WIP] Refactor SafeBrowsingResourceThrottle in preparation for WebSocket (Closed)
Patch Set: Finish unit tests 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
« no previous file with comments | « no previous file | android_webview/browser/aw_safe_browsing_resource_throttle.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/browser/aw_safe_browsing_resource_throttle.h
diff --git a/android_webview/browser/aw_safe_browsing_resource_throttle.h b/android_webview/browser/aw_safe_browsing_resource_throttle.h
index 5fbd4dd81e525d7916d05c8909e2973bc02bfcf9..5419850e0555d995e490226bcbf703a1831082ed 100644
--- a/android_webview/browser/aw_safe_browsing_resource_throttle.h
+++ b/android_webview/browser/aw_safe_browsing_resource_throttle.h
@@ -18,6 +18,12 @@ class URLRequest;
namespace android_webview {
+safe_browsing::ResourceThrottle* MaybeCreateAwSafeBrowsingResourceThrottle(
+ net::URLRequest* request,
+ content::ResourceType resource_type,
+ scoped_refptr<safe_browsing::SafeBrowsingDatabaseManager> database_manager,
+ scoped_refptr<AwSafeBrowsingUIManager> ui_manager);
+
class AwSafeBrowsingResourceThrottle
: public safe_browsing::BaseResourceThrottle {
public:
« no previous file with comments | « no previous file | android_webview/browser/aw_safe_browsing_resource_throttle.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698