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

Unified Diff: components/subresource_filter/content/browser/subframe_navigation_filtering_throttle_unittest.cc

Issue 2691423006: Introduce the ThrottleManager (Closed)
Patch Set: engedy review Created 3 years, 9 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/subframe_navigation_filtering_throttle_unittest.cc
diff --git a/components/subresource_filter/content/browser/subframe_navigation_filtering_throttle_unittest.cc b/components/subresource_filter/content/browser/subframe_navigation_filtering_throttle_unittest.cc
index 198cd1f1e1934c17079f8c9a9c77682f67310e7e..71a590963eecba369f8e45737b22cd27c9c061a8 100644
--- a/components/subresource_filter/content/browser/subframe_navigation_filtering_throttle_unittest.cc
+++ b/components/subresource_filter/content/browser/subframe_navigation_filtering_throttle_unittest.cc
@@ -79,7 +79,7 @@ class SubframeNavigationFilteringThrottleTest
AsyncDocumentSubresourceFilter::InitializationParams(
document_url, ActivationLevel::ENABLED,
false /* measure_performance */),
- activation_state.GetCallback(), base::OnceClosure());
+ activation_state.GetCallback());
RunUntilIdle();
activation_state.ExpectReceivedOnce(
ActivationState(ActivationLevel::ENABLED));

Powered by Google App Engine
This is Rietveld 408576698