2017-04-26 21:59:52 -04:00
|
|
|
diff --git net/url_request/url_request.h net/url_request/url_request.h
|
2018-06-18 18:08:20 -04:00
|
|
|
index 8551e92a205d..0bc5443c9f2e 100644
|
2017-04-26 21:59:52 -04:00
|
|
|
--- net/url_request/url_request.h
|
|
|
|
+++ net/url_request/url_request.h
|
2018-06-18 18:08:20 -04:00
|
|
|
@@ -724,10 +724,10 @@ class NET_EXPORT URLRequest : public base::SupportsUserData {
|
2018-06-08 12:53:10 -04:00
|
|
|
}
|
|
|
|
bool upgrade_if_insecure() const { return upgrade_if_insecure_; }
|
2017-05-31 17:33:30 +02:00
|
|
|
|
2015-03-11 18:44:11 +00:00
|
|
|
- protected:
|
|
|
|
// Allow the URLRequestJob class to control the is_pending() flag.
|
|
|
|
void set_is_pending(bool value) { is_pending_ = value; }
|
|
|
|
|
|
|
|
+ protected:
|
2016-08-31 14:25:56 +03:00
|
|
|
// Allow the URLRequestJob class to set our status too.
|
|
|
|
void set_status(URLRequestStatus status);
|
2015-03-11 18:44:11 +00:00
|
|
|
|