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

Unified Diff: third_party/WebKit/Source/platform/testing/weburl_loader_mock.cc

Issue 2316573002: PlzNavigate: Support ResourceTiming API (Closed)
Patch Set: Support resourceLoadInfo (encodedDataLength) 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: third_party/WebKit/Source/platform/testing/weburl_loader_mock.cc
diff --git a/third_party/WebKit/Source/platform/testing/weburl_loader_mock.cc b/third_party/WebKit/Source/platform/testing/weburl_loader_mock.cc
index 588fd5d1b9ebc617f40c7c95d724698bc12fdc97..3f00d667e931e1d8619c36bbeb2b11a2a85a4ffe 100644
--- a/third_party/WebKit/Source/platform/testing/weburl_loader_mock.cc
+++ b/third_party/WebKit/Source/platform/testing/weburl_loader_mock.cc
@@ -82,8 +82,7 @@ WebURLRequest WebURLLoaderMock::ServeRedirect(
WeakPtr<WebURLLoaderMock> self = weak_factory_.createWeakPtr();
- client_->willFollowRedirect(this, newRequest, redirectResponse,
- kRedirectResponseOverheadBytes);
+ client_->willFollowRedirect(this, newRequest, redirectResponse);
// |this| might be deleted in willFollowRedirect().
if (!self)

Powered by Google App Engine
This is Rietveld 408576698