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

Unified Diff: Source/core/xml/XMLHttpRequest.h

Issue 75103006: Factor out delivery of throttled progress event. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 1 month 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 | « no previous file | Source/core/xml/XMLHttpRequest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/xml/XMLHttpRequest.h
diff --git a/Source/core/xml/XMLHttpRequest.h b/Source/core/xml/XMLHttpRequest.h
index 4b56fcef3fbbd94b89a7fa45a3ca11b2c808f1d0..8814031fc868047dd6d0b42aa09cf90f369e378f 100644
--- a/Source/core/xml/XMLHttpRequest.h
+++ b/Source/core/xml/XMLHttpRequest.h
@@ -187,6 +187,9 @@ private:
// Dispatches an event of the specified type to m_upload and
// m_progressEventThrottle.
void dispatchEventAndLoadEnd(const AtomicString&);
+
+ void dispatchThrottledProgressEvent();
+
// Does clean up common for all kind of didFail() call.
void handleDidFailGeneric();
// Handles didFail() call not caused by cancellation or timeout.
« no previous file with comments | « no previous file | Source/core/xml/XMLHttpRequest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698