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

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

Issue 18023022: Blob support for IDB [Chromium] (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use ScopedVector and stl_utils for BlobDataHandles. Created 7 years 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
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 d734e85d217b7d63f6db172dc8e47dc2b3a473a7..f2e13b2dbd8875822dff7bd6e83ad1d0fdba26a9 100644
--- a/content/browser/fileapi/fileapi_message_filter.h
+++ b/content/browser/fileapi/fileapi_message_filter.h
@@ -216,8 +216,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_;

Powered by Google App Engine
This is Rietveld 408576698