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

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

Issue 2501343003: PlzNavigate: AppCache support. (Closed)
Patch Set: Address review comments Created 4 years, 1 month 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 a0b61b98c6be22254f18404b191e23faa69e88fb..acdbdf6cb1f536e0d947f3dd9ed668c7f300e477 100644
--- a/content/browser/loader/navigation_url_loader_unittest.cc
+++ b/content/browser/loader/navigation_url_loader_unittest.cc
@@ -117,7 +117,7 @@ class NavigationURLLoaderTest : public testing::Test {
return NavigationURLLoader::Create(browser_context_.get(),
std::move(request_info), nullptr,
- nullptr, delegate);
+ nullptr, nullptr, delegate);
}
// Helper function for fetching the body of a URL to a string.

Powered by Google App Engine
This is Rietveld 408576698