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

Unified Diff: components/subresource_filter.gypi

Issue 2060313002: Navigation throttle for the Safe Browsing Subresource Filter. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@pre-tab-activation
Patch Set: Comment to SubresourceFilterNavigationThrotle explaining its purpose. Created 4 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: components/subresource_filter.gypi
diff --git a/components/subresource_filter.gypi b/components/subresource_filter.gypi
index 2d9b72fdc90359377a0f3add86d69345b22ac779..8a53d75c020f2d2d49ed10cffafdec15b4eef6ab 100644
--- a/components/subresource_filter.gypi
+++ b/components/subresource_filter.gypi
@@ -136,6 +136,8 @@
'subresource_filter/content/browser/content_subresource_filter_driver.h',
'subresource_filter/content/browser/content_subresource_filter_driver_factory.cc',
'subresource_filter/content/browser/content_subresource_filter_driver_factory.h',
+ 'subresource_filter/content/browser/subresource_filter_navigation_throttle.cc',
+ 'subresource_filter/content/browser/subresource_filter_navigation_throttle.h',
],
},
],

Powered by Google App Engine
This is Rietveld 408576698