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 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);
|
|
|