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

Unified Diff: third_party/WebKit/Source/web/AssociatedURLLoader.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/AssociatedURLLoader.cpp
diff --git a/third_party/WebKit/Source/web/AssociatedURLLoader.cpp b/third_party/WebKit/Source/web/AssociatedURLLoader.cpp
index 636c2320737e35da47bd70fd378d8531c5381a93..9fd17b8d6ab1f7ce2a133bb93ab708ac3a25457c 100644
--- a/third_party/WebKit/Source/web/AssociatedURLLoader.cpp
+++ b/third_party/WebKit/Source/web/AssociatedURLLoader.cpp
@@ -172,9 +172,8 @@ void AssociatedURLLoader::ClientAdapter::willFollowRedirect(
WrappedResourceRequest wrappedNewRequest(newRequest);
WrappedResourceResponse wrappedRedirectResponse(redirectResponse);
- // TODO(ricea): Do we need to set encodedDataLength here?
m_client->willFollowRedirect(m_loader, wrappedNewRequest,
- wrappedRedirectResponse, 0);
+ wrappedRedirectResponse);
}
void AssociatedURLLoader::ClientAdapter::didSendData(

Powered by Google App Engine
This is Rietveld 408576698