cef/patch/patches/net_urlrequest_1327.patch

17 lines
607 B
Diff
Raw Normal View History

diff --git url_request.h url_request.h
index d3b0b7a..0adec6f 100644
--- url_request.h
+++ url_request.h
@@ -675,10 +675,10 @@ class NET_EXPORT URLRequest : NON_EXPORTED_BASE(public base::NonThreadSafe),
// or after the response headers are received.
void GetConnectionAttempts(ConnectionAttempts* out) const;
- protected:
// Allow the URLRequestJob class to control the is_pending() flag.
void set_is_pending(bool value) { is_pending_ = value; }
+ protected:
// Allow the URLRequestJob class to set our status too
void set_status(const URLRequestStatus& value) { status_ = value; }