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

Unified Diff: content/browser/storage_partition_impl.cc

Issue 22849023: Merge 217488 "Discard FileAPI pending operations on shutdown" (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1599/src/
Patch Set: Created 7 years, 4 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
« no previous file with comments | « content/browser/fileapi/browser_file_system_helper.cc ('k') | webkit/browser/fileapi/file_system_context.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/storage_partition_impl.cc
===================================================================
--- content/browser/storage_partition_impl.cc (revision 218648)
+++ content/browser/storage_partition_impl.cc (working copy)
@@ -305,6 +305,9 @@
GetDatabaseTracker()));
}
+ if (GetFileSystemContext())
+ GetFileSystemContext()->Shutdown();
+
if (GetDOMStorageContext())
GetDOMStorageContext()->Shutdown();
}
« no previous file with comments | « content/browser/fileapi/browser_file_system_helper.cc ('k') | webkit/browser/fileapi/file_system_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698