cef/patch/patches/net_urlrequest_1327.patch

17 lines
572 B
Diff

diff --git net/url_request/url_request.h net/url_request/url_request.h
index 95a2667..68d7bfb 100644
--- net/url_request/url_request.h
+++ net/url_request/url_request.h
@@ -657,10 +657,10 @@ class NET_EXPORT URLRequest : NON_EXPORTED_BASE(public base::NonThreadSafe),
return traffic_annotation_;
}
- 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(URLRequestStatus status);