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

Unified Diff: third_party/WebKit/Source/web/tests/sim/SimNetwork.h

Issue 2540023003: Dispatch encoded_data_length separately in content/child (Closed)
Patch Set: rebase Created 4 years 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/tests/sim/SimNetwork.h
diff --git a/third_party/WebKit/Source/web/tests/sim/SimNetwork.h b/third_party/WebKit/Source/web/tests/sim/SimNetwork.h
index 80051ef011b1489e4566f21e8743219098c0c39f..a56e40a12c9f3d31ec0f852cbfdecec19ae839fc 100644
--- a/third_party/WebKit/Source/web/tests/sim/SimNetwork.h
+++ b/third_party/WebKit/Source/web/tests/sim/SimNetwork.h
@@ -38,8 +38,7 @@ class SimNetwork final : public WebURLLoaderTestDelegate {
const WebURLResponse&) override;
void didReceiveData(WebURLLoaderClient*,
const char* data,
- int dataLength,
- int encodedDataLength) override;
+ int dataLength) override;
void didFail(WebURLLoaderClient*,
const WebURLError&,
int64_t totalEncodedDataLength,

Powered by Google App Engine
This is Rietveld 408576698