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

Unified Diff: components/subresource_filter/content/browser/BUILD.gn

Issue 2834543003: [subresource_filter] SB throttle can send multiple speculative requests. (Closed)
Patch Set: Remove UAF Created 3 years, 8 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/BUILD.gn
diff --git a/components/subresource_filter/content/browser/BUILD.gn b/components/subresource_filter/content/browser/BUILD.gn
index c5c7c8873019f78d393587a62c34f45528a72d08..83f0dba8282f9d69360fb6679cdfa6352f480bee 100644
--- a/components/subresource_filter/content/browser/BUILD.gn
+++ b/components/subresource_filter/content/browser/BUILD.gn
@@ -23,6 +23,8 @@ static_library("browser") {
"subresource_filter_client.h",
"subresource_filter_safe_browsing_activation_throttle.cc",
"subresource_filter_safe_browsing_activation_throttle.h",
+ "subresource_filter_safe_browsing_client.cc",
+ "subresource_filter_safe_browsing_client.h",
"verified_ruleset_dealer.cc",
"verified_ruleset_dealer.h",
]

Powered by Google App Engine
This is Rietveld 408576698