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

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: 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
Index: Source/web/tests/AssociatedURLLoaderTest.cpp
diff --git a/Source/web/tests/AssociatedURLLoaderTest.cpp b/Source/web/tests/AssociatedURLLoaderTest.cpp
index 2394174527a51747787101a0e19ae873244c776b..d45f994b04bab6be7256d7506b5559c5ecc8539e 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);

Powered by Google App Engine
This is Rietveld 408576698