| 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;
|
|
|