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

Unified Diff: Source/platform/network/ResourceRequest.h

Issue 71433002: Enable XHR upload progress events for Workers. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add missing doctype declaration 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
Index: Source/platform/network/ResourceRequest.h
diff --git a/Source/platform/network/ResourceRequest.h b/Source/platform/network/ResourceRequest.h
index 3c66c4dabc5c4f378ca885dff05478e099ee0356..73b3e3c9e02ea3fadd163f176673eb50522dfaa1 100644
--- a/Source/platform/network/ResourceRequest.h
+++ b/Source/platform/network/ResourceRequest.h
@@ -255,6 +255,7 @@ public:
OwnPtr<CrossThreadHTTPHeaderMapData> m_httpHeaders;
RefPtr<FormData> m_httpBody;
bool m_allowCookies;
+ bool m_reportUploadProgress;
bool m_hasUserGesture;
bool m_downloadToFile;
ResourceLoadPriority m_priority;

Powered by Google App Engine
This is Rietveld 408576698