2017-04-27 03:59:52 +02:00
|
|
|
diff --git net/url_request/url_request.h net/url_request/url_request.h
|
2017-10-20 19:45:20 +02:00
|
|
|
index 378fe780f11d..2a9b37b3ad8d 100644
|
2017-04-27 03:59:52 +02:00
|
|
|
--- net/url_request/url_request.h
|
|
|
|
+++ net/url_request/url_request.h
|
2017-09-06 23:40:58 +02:00
|
|
|
@@ -681,10 +681,10 @@ class NET_EXPORT URLRequest : public base::SupportsUserData {
|
|
|
|
// called with a response from the server.
|
|
|
|
void SetResponseHeadersCallback(ResponseHeadersCallback callback);
|
2017-05-31 17:33:30 +02:00
|
|
|
|
2015-03-11 19:44:11 +01: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 13:25:56 +02:00
|
|
|
// Allow the URLRequestJob class to set our status too.
|
|
|
|
void set_status(URLRequestStatus status);
|
2015-03-11 19:44:11 +01:00
|
|
|
|