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

Unified Diff: third_party/WebKit/Source/web/AssociatedURLLoaderTest.cpp

Issue 2316573002: PlzNavigate: Support ResourceTiming API (Closed)
Patch Set: Rebase Created 4 years, 2 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: third_party/WebKit/Source/web/AssociatedURLLoaderTest.cpp
diff --git a/third_party/WebKit/Source/web/AssociatedURLLoaderTest.cpp b/third_party/WebKit/Source/web/AssociatedURLLoaderTest.cpp
index f6401f7d20576604dddfa9a43bfb81a742a4aef4..f0bd4ed9e7f4f30dc2480fad49581f08ea4451d8 100644
--- a/third_party/WebKit/Source/web/AssociatedURLLoaderTest.cpp
+++ b/third_party/WebKit/Source/web/AssociatedURLLoaderTest.cpp
@@ -120,8 +120,7 @@ class AssociatedURLLoaderTest : public ::testing::Test,
// WebURLLoaderClient implementation.
void willFollowRedirect(WebURLLoader* loader,
WebURLRequest& newRequest,
- const WebURLResponse& redirectResponse,
- int64_t encodedDataLength) override {
+ const WebURLResponse& redirectResponse) override {
m_willFollowRedirect = true;
EXPECT_EQ(m_expectedLoader.get(), loader);
EXPECT_EQ(m_expectedNewRequest.url(), newRequest.url());
« no previous file with comments | « third_party/WebKit/Source/web/AssociatedURLLoader.cpp ('k') | third_party/WebKit/public/platform/WebURLLoaderClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698