cef/patch/patches/net_urlrequest_1327.patch
Marshall Greenblatt 28d24e22d6 Update to Chromium version 72.0.3626.0 (#612437)
- Windows: Can now build with either 10.0.17134 or 10.0.17763 SDK.
2018-12-26 19:15:28 +02:00

17 lines
574 B
Diff

diff --git net/url_request/url_request.h net/url_request/url_request.h
index 12ce9b653092..976a7a5a5ce9 100644
--- net/url_request/url_request.h
+++ net/url_request/url_request.h
@@ -743,10 +743,10 @@ class NET_EXPORT URLRequest : public base::SupportsUserData {
base::WeakPtr<URLRequest> GetWeakPtr();
- 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);