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

Unified Diff: content/browser/loader/navigation_url_loader_unittest.cc

Issue 2335133003: PlzNavigate: support the WebRequest API (Closed)
Patch Set: Rebase + addressed nit 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: content/browser/loader/navigation_url_loader_unittest.cc
diff --git a/content/browser/loader/navigation_url_loader_unittest.cc b/content/browser/loader/navigation_url_loader_unittest.cc
index 20697ad8fcacfb7e3713052003ea79e6a90bb3c0..89604bb33ba2e286a2e4e5f0ba5c6b88578f77a5 100644
--- a/content/browser/loader/navigation_url_loader_unittest.cc
+++ b/content/browser/loader/navigation_url_loader_unittest.cc
@@ -20,6 +20,7 @@
#include "content/browser/streams/stream_url_request_job.h"
#include "content/common/navigation_params.h"
#include "content/public/browser/browser_context.h"
+#include "content/public/browser/navigation_ui_data.h"
#include "content/public/browser/resource_context.h"
#include "content/public/browser/resource_dispatcher_host_delegate.h"
#include "content/public/browser/stream_handle.h"
@@ -113,8 +114,9 @@ class NavigationURLLoaderTest : public testing::Test {
new NavigationRequestInfo(common_params, begin_params, url,
url::Origin(url), true, false, false, -1));
- return NavigationURLLoader::Create(
- browser_context_.get(), std::move(request_info), nullptr, delegate);
+ return NavigationURLLoader::Create(browser_context_.get(),
+ std::move(request_info), nullptr,
+ nullptr, delegate);
}
// Helper function for fetching the body of a URL to a string.
« no previous file with comments | « content/browser/loader/navigation_url_loader_impl_core.cc ('k') | content/browser/loader/resource_dispatcher_host_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698