| Index: content/browser/file_system/file_system_dispatcher_host.cc
|
| ===================================================================
|
| --- content/browser/file_system/file_system_dispatcher_host.cc (revision 79142)
|
| +++ content/browser/file_system/file_system_dispatcher_host.cc (working copy)
|
| @@ -234,7 +234,8 @@
|
| FileSystemOperation* operation = new FileSystemOperation(
|
| dispatcher,
|
| BrowserThread::GetMessageLoopProxyForThread(BrowserThread::FILE),
|
| - context_);
|
| + context_,
|
| + NULL);
|
| operations_.AddWithID(operation, request_id);
|
| return operation;
|
| }
|
|
|