cef/patch/patches/net_urlrequest_1327.patch
Marshall Greenblatt da53451f97 Update to Chromium version 71.0.3567.0 (#595360)
- Configuration of OSR VSync interval is currently missing (issue #2517)
- Rename VERSION to VERSION.in to fix libc++ compile error (issue #2518)
2018-10-04 12:17:26 +03:00

17 lines
574 B
Diff

diff --git net/url_request/url_request.h net/url_request/url_request.h
index e6efafc6a973..920608f96b38 100644
--- net/url_request/url_request.h
+++ net/url_request/url_request.h
@@ -730,10 +730,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);