| Index: webkit/browser/fileapi/file_system_operation_runner.cc
|
| diff --git a/webkit/browser/fileapi/file_system_operation_runner.cc b/webkit/browser/fileapi/file_system_operation_runner.cc
|
| index e5d141b7cf808f21439181244b5b9cda74ca38dd..f1abba5bd2767380de447449f46c9d95dfa8fdef 100644
|
| --- a/webkit/browser/fileapi/file_system_operation_runner.cc
|
| +++ b/webkit/browser/fileapi/file_system_operation_runner.cc
|
| @@ -19,6 +19,10 @@ const OperationID FileSystemOperationRunner::kErrorOperationID = -1;
|
| FileSystemOperationRunner::~FileSystemOperationRunner() {
|
| }
|
|
|
| +void FileSystemOperationRunner::Shutdown() {
|
| + operations_.Clear();
|
| +}
|
| +
|
| OperationID FileSystemOperationRunner::CreateFile(
|
| const FileSystemURL& url,
|
| bool exclusive,
|
|
|