mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-03-20 05:50:15 +01:00
17 lines
527 B
Diff
17 lines
527 B
Diff
|
diff --git url_request.h url_request.h
|
||
|
index 1623368..16d292d 100644
|
||
|
--- url_request.h
|
||
|
+++ url_request.h
|
||
|
@@ -609,10 +609,10 @@ class NET_EXPORT URLRequest : NON_EXPORTED_BASE(public base::NonThreadSafe),
|
||
|
return proxy_server_;
|
||
|
}
|
||
|
|
||
|
- 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(const URLRequestStatus& value) { status_ = value; }
|
||
|
|