Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(825)

Unified Diff: content/browser/fileapi/fileapi_message_filter.h

Issue 229473002: A handful of nits found while working on blobs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | content/browser/indexed_db/indexed_db_index_writer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « no previous file | content/browser/indexed_db/indexed_db_index_writer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698