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

Unified Diff: webkit/dom_storage/dom_storage_task_runner.cc

Issue 10444065: Switch all domstorage tasks to be shutdown blocking to allow changes to be flushed to disk on shutd… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 7 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 | « webkit/dom_storage/dom_storage_task_runner.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/dom_storage/dom_storage_task_runner.cc
===================================================================
--- webkit/dom_storage/dom_storage_task_runner.cc (revision 139329)
+++ webkit/dom_storage/dom_storage_task_runner.cc (working copy)
@@ -51,7 +51,7 @@
if (delay == base::TimeDelta()) {
return sequenced_worker_pool_->PostSequencedWorkerTaskWithShutdownBehavior(
primary_sequence_token_, from_here, task,
- base::SequencedWorkerPool::SKIP_ON_SHUTDOWN);
+ base::SequencedWorkerPool::BLOCK_SHUTDOWN);
}
// Post a task to call this->PostTask() after the delay.
return message_loop_->PostDelayedTask(
« no previous file with comments | « webkit/dom_storage/dom_storage_task_runner.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698