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

Unified Diff: third_party/WebKit/Source/platform/testing/weburl_loader_mock_factory_impl.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_factory_impl.h
diff --git a/third_party/WebKit/Source/platform/testing/weburl_loader_mock_factory_impl.h b/third_party/WebKit/Source/platform/testing/weburl_loader_mock_factory_impl.h
index e78348854bc2c1503f15dcdbfe375f3df2f77f29..994e065a515963a10e0106bb5d69381a7f70d4c0 100644
--- a/third_party/WebKit/Source/platform/testing/weburl_loader_mock_factory_impl.h
+++ b/third_party/WebKit/Source/platform/testing/weburl_loader_mock_factory_impl.h
@@ -59,7 +59,8 @@ class WebURLLoaderMockFactoryImpl : public WebURLLoaderMockFactory {
void LoadSynchronously(const WebURLRequest& request,
WebURLResponse* response,
WebURLError* error,
- WebData* data);
+ WebData* data,
+ int64_t* encoded_data_length);
void LoadAsynchronouly(const WebURLRequest& request,
WebURLLoaderMock* loader);

Powered by Google App Engine
This is Rietveld 408576698