| Index: net/url_request/url_request_context_getter.h
|
| diff --git a/net/url_request/url_request_context_getter.h b/net/url_request/url_request_context_getter.h
|
| index 1616f7c92f1c3c53faaa9ed5c483953471e8f77a..3e6cd084766418c7436cc7eb3d94cb1b85c974f5 100644
|
| --- a/net/url_request/url_request_context_getter.h
|
| +++ b/net/url_request/url_request_context_getter.h
|
| @@ -29,7 +29,8 @@ class NET_EXPORT URLRequestContextGetter
|
| public:
|
| // Returns the URLRequestContextGetter's URLRequestContext. Must only be
|
| // called on the network task runner. Once NotifyContextShuttingDown() is
|
| - // invoked, must always return nullptr.
|
| + // invoked, must always return nullptr. Does not transfer ownership of
|
| + // the URLRequestContext.
|
| virtual URLRequestContext* GetURLRequestContext() = 0;
|
|
|
| // Returns a SingleThreadTaskRunner corresponding to the thread on
|
|
|