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

Unified Diff: components/subresource_filter/content/browser/DEPS

Issue 2683413003: Introduce AsyncDocumentSubresourceFilter. (Closed)
Patch Set: Add first_disallowed_load_callback to ADSF. Created 3 years, 10 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: components/subresource_filter/content/browser/DEPS
diff --git a/components/subresource_filter/content/browser/DEPS b/components/subresource_filter/content/browser/DEPS
index fdf9670d58bdfa7e35babbd4909bd1935d969306..5b5e6e33746372bc7d7fed6ba6e6b290ead0ba37 100644
--- a/components/subresource_filter/content/browser/DEPS
+++ b/components/subresource_filter/content/browser/DEPS
@@ -2,5 +2,6 @@ include_rules = [
"+components/keyed_service/core",
"+content/public/browser",
"+components/safe_browsing_db",
+ "+third_party/WebKit/public/platform",
"+ui/base/page_transition_types.h",
]

Powered by Google App Engine
This is Rietveld 408576698