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

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

Issue 156623005: Add transfer size paramater to didFinishLoading [3/3] (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Addressed comments Created 6 years, 10 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/devtools/protocol.json ('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 c62fbfac465e1b9b20e3be852c1149f87feee613..6969078d40e91e5b9f2b82856afaedf0ad3aa442 100644
--- a/Source/web/tests/AssociatedURLLoaderTest.cpp
+++ b/Source/web/tests/AssociatedURLLoaderTest.cpp
@@ -171,7 +171,7 @@ public:
EXPECT_EQ(m_expectedLoader, loader);
}
- void didFinishLoading(WebURLLoader* loader, double finishTime)
+ void didFinishLoading(WebURLLoader* loader, double finishTime, int64_t encodedDataLength)
{
m_didFinishLoading = true;
EXPECT_EQ(m_expectedLoader, loader);
« no previous file with comments | « Source/devtools/protocol.json ('k') | public/platform/WebURLLoaderClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698