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

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

Issue 2266653002: Previews infobar tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@newLoFiInfoBarAddUMA
Patch Set: rebase Created 4 years, 3 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/subresource_filter_navigation_throttle_unittests.cc
diff --git a/components/subresource_filter/content/browser/subresource_filter_navigation_throttle_unittests.cc b/components/subresource_filter/content/browser/subresource_filter_navigation_throttle_unittests.cc
index c51cbf9aa08d5cc2054c1603273238bfd730f140..089db3795af5655bab66ddecb0e445369b8f75a0 100644
--- a/components/subresource_filter/content/browser/subresource_filter_navigation_throttle_unittests.cc
+++ b/components/subresource_filter/content/browser/subresource_filter_navigation_throttle_unittests.cc
@@ -113,7 +113,7 @@ class SubresourceFilterNavigationThrottleTest
}
void SimulateWillProcessResponse() {
- handle()->CallWillProcessResponseForTesting(main_rfh());
+ handle()->CallWillProcessResponseForTesting(main_rfh(), std::string());
bengr 2016/09/13 23:18:18 #include <string>
megjablon 2016/09/13 23:27:12 Done.
}
private:

Powered by Google App Engine
This is Rietveld 408576698