| Index: content/browser/fileapi/fileapi_message_filter.cc
|
| diff --git a/content/browser/fileapi/fileapi_message_filter.cc b/content/browser/fileapi/fileapi_message_filter.cc
|
| index 160deae273c918535ff0656677c2bececcbcf2a5..0708f74752dfcdb58143584ed626615f2d4140e5 100644
|
| --- a/content/browser/fileapi/fileapi_message_filter.cc
|
| +++ b/content/browser/fileapi/fileapi_message_filter.cc
|
| @@ -450,6 +450,9 @@ void FileAPIMessageFilter::OnNotifyCloseFile(int file_open_id) {
|
| on_close_callback->Run();
|
| on_close_callbacks_.Remove(file_open_id);
|
| }
|
| +
|
| + operation_runner()->Shutdown();
|
| + operations_.clear();
|
| }
|
|
|
| void FileAPIMessageFilter::OnWillUpdate(const GURL& path) {
|
|
|