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

Unified Diff: webkit/browser/fileapi/file_system_operation_runner.cc

Issue 16413007: Make FileSystemOperation NOT self-destruct (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix browser_tests Created 7 years, 6 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
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,
« no previous file with comments | « webkit/browser/fileapi/file_system_operation_runner.h ('k') | webkit/browser/fileapi/file_writer_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698