cef/patch/patches/net_urlrequest_1327.patch
Alexander Guettler 725ed88529 Update to Chromium version 74.0.3729.0 (#638880)
- Windows: 10.0.17763.0 SDK is now required.
- Mac: 10.13 SDK is now required.
- Removed CefRequestContext::ResolveHostCached which is no longer supported by Chromium.
2019-03-13 21:27:37 +00:00

17 lines
574 B
Diff

diff --git net/url_request/url_request.h net/url_request/url_request.h
index 33337d91f5cc..7de7579d9f12 100644
--- net/url_request/url_request.h
+++ net/url_request/url_request.h
@@ -754,10 +754,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);