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

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

Issue 1079163008: PlzNavigate: provide the FrameTreeNode ID to the network stack (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fix-unittests
Patch Set: Now using FTN id or routing ID Created 5 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: 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 c636cda46a6b4b55d0ca89c5a29463774d39c76c..df5e9d6aeacc7b935c4d3c6eba5771e2c6257fd7 100644
--- a/content/browser/loader/navigation_url_loader_unittest.cc
+++ b/content/browser/loader/navigation_url_loader_unittest.cc
@@ -183,7 +183,7 @@ class NavigationURLLoaderTest : public testing::Test {
common_params.url = url;
scoped_ptr<NavigationRequestInfo> request_info(
new NavigationRequestInfo(common_params, begin_params, url, true, false,
- scoped_refptr<ResourceRequestBody>()));
+ -1, scoped_refptr<ResourceRequestBody>()));
return NavigationURLLoader::Create(
browser_context_.get(), 0, request_info.Pass(), delegate);

Powered by Google App Engine
This is Rietveld 408576698