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

Unified Diff: Source/core/loader/ProgressTracker.cpp

Issue 690793003: Threaded data provider: Support main thread data notifications (Blink side) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Removed status=experimental from the flag to make the test pass, until chrome side lands Created 5 years, 11 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/core/loader/ProgressTracker.h ('k') | Source/platform/RuntimeEnabledFeatures.in » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/loader/ProgressTracker.cpp
diff --git a/Source/core/loader/ProgressTracker.cpp b/Source/core/loader/ProgressTracker.cpp
index eb6f20699d241ec0c6d38cdfeae5ad16ec18a631..65515d2d90b6a931946fddb442a3b3ea94a54d33 100644
--- a/Source/core/loader/ProgressTracker.cpp
+++ b/Source/core/loader/ProgressTracker.cpp
@@ -156,7 +156,7 @@ void ProgressTracker::incrementProgress(unsigned long identifier, const Resource
m_progressItems.set(identifier, adoptPtr(new ProgressItem(estimatedLength)));
}
-void ProgressTracker::incrementProgress(unsigned long identifier, const char*, int length)
+void ProgressTracker::incrementProgress(unsigned long identifier, int length)
{
ProgressItem* item = m_progressItems.get(identifier);
« no previous file with comments | « Source/core/loader/ProgressTracker.h ('k') | Source/platform/RuntimeEnabledFeatures.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698