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

Unified Diff: third_party/WebKit/Source/core/fetch/ResourceLoader.h

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/core/fetch/ResourceLoader.h
diff --git a/third_party/WebKit/Source/core/fetch/ResourceLoader.h b/third_party/WebKit/Source/core/fetch/ResourceLoader.h
index 9046f12a5182d6f235410dbd57107a61fa019462..fb51617f841cf90f1b4e18c3e32fd24754b89c31 100644
--- a/third_party/WebKit/Source/core/fetch/ResourceLoader.h
+++ b/third_party/WebKit/Source/core/fetch/ResourceLoader.h
@@ -75,8 +75,7 @@ class CORE_EXPORT ResourceLoader final
// callbacks via ResourceLoader::cancel()
void willFollowRedirect(WebURLLoader*,
WebURLRequest&,
- const WebURLResponse& redirectResponse,
- int64_t encodedDataLength) override;
+ const WebURLResponse& redirectResponse) override;
void didSendData(WebURLLoader*,
unsigned long long bytesSent,
unsigned long long totalBytesToBeSent) override;
« no previous file with comments | « third_party/WebKit/Source/core/fetch/ResourceFetcherTest.cpp ('k') | third_party/WebKit/Source/core/fetch/ResourceLoader.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698