mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2024-12-13 10:06:28 +01:00
cc0db5f166
OSR tests will be fixed by a follow-up merge of Viz support (see issue #2575).
17 lines
574 B
Diff
17 lines
574 B
Diff
diff --git net/url_request/url_request.h net/url_request/url_request.h
|
|
index f6043de481fa..ca4d2472f572 100644
|
|
--- net/url_request/url_request.h
|
|
+++ net/url_request/url_request.h
|
|
@@ -782,10 +782,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);
|
|
|