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

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

Issue 2163183002: Fix PerformanceResourceTiming transferSize field for sync XHR (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@resource_timing_sizes_worker_tests
Patch Set: Rebase Created 4 years, 5 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.h
diff --git a/third_party/WebKit/Source/platform/testing/weburl_loader_mock.h b/third_party/WebKit/Source/platform/testing/weburl_loader_mock.h
index def6fcac1f11e3ebd1d7170f8d0579f81e66eb1d..94adbf4ef92ada950223599d3b61839d67032b74 100644
--- a/third_party/WebKit/Source/platform/testing/weburl_loader_mock.h
+++ b/third_party/WebKit/Source/platform/testing/weburl_loader_mock.h
@@ -48,7 +48,8 @@ class WebURLLoaderMock : public WebURLLoader {
void loadSynchronously(const WebURLRequest& request,
WebURLResponse& response,
WebURLError& error,
- WebData& data) override;
+ WebData& data,
+ int64_t& encoded_data_length) override;
void loadAsynchronously(const WebURLRequest& request,
WebURLLoaderClient* client) override;
void cancel() override;

Powered by Google App Engine
This is Rietveld 408576698