| Index: content/browser/fileapi/fileapi_message_filter.h
|
| diff --git a/content/browser/fileapi/fileapi_message_filter.h b/content/browser/fileapi/fileapi_message_filter.h
|
| index 31ce5c7da024cceb9bfdebe381c93a22e9dad83b..d0a4d1b22439c1ec7d8d085d2a71acc1c81d6d82 100644
|
| --- a/content/browser/fileapi/fileapi_message_filter.h
|
| +++ b/content/browser/fileapi/fileapi_message_filter.h
|
| @@ -217,8 +217,8 @@ class CONTENT_EXPORT FileAPIMessageFilter : public BrowserMessageFilter {
|
| typedef std::map<int, OperationID> OperationsMap;
|
| OperationsMap operations_;
|
|
|
| - // The getter holds the context until Init() can be called from the
|
| - // IO thread, which will extract the net::URLRequestContext from it.
|
| + // The getter holds the context until OnChannelConnected() can be called from
|
| + // the IO thread, which will extract the net::URLRequestContext from it.
|
| scoped_refptr<net::URLRequestContextGetter> request_context_getter_;
|
| net::URLRequestContext* request_context_;
|
|
|
|
|