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

Unified Diff: Source/web/tests/AssociatedURLLoaderTest.cpp

Issue 23632004: Add encoded_data_length argument to didDownloadData delegate method (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 4 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
« no previous file with comments | « Source/web/AssociatedURLLoader.cpp ('k') | public/platform/WebURLLoaderClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/tests/AssociatedURLLoaderTest.cpp
diff --git a/Source/web/tests/AssociatedURLLoaderTest.cpp b/Source/web/tests/AssociatedURLLoaderTest.cpp
index 0f05248b2c285814e280c93dbdd0539972647a37..9ef5e3814944dc1f50eecd5f0a0a2aaa50191eb2 100644
--- a/Source/web/tests/AssociatedURLLoaderTest.cpp
+++ b/Source/web/tests/AssociatedURLLoaderTest.cpp
@@ -155,7 +155,7 @@ public:
EXPECT_EQ(m_expectedResponse.httpStatusCode(), response.httpStatusCode());
}
- void didDownloadData(WebURLLoader* loader, int dataLength)
+ void didDownloadData(WebURLLoader* loader, int dataLength, int encodedDataLength)
{
m_didDownloadData = true;
EXPECT_EQ(m_expectedLoader, loader);
« no previous file with comments | « Source/web/AssociatedURLLoader.cpp ('k') | public/platform/WebURLLoaderClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698