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

Unified Diff: storage/browser/database/database_quota_client.cc

Issue 2890143004: Rename TaskRunner::RunsTasksOnCurrentThread() in //storage (Closed)
Patch Set: for Requirements Created 3 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 | « storage/browser/blob/blob_data_handle.cc ('k') | storage/browser/fileapi/file_system_context.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: storage/browser/database/database_quota_client.cc
diff --git a/storage/browser/database/database_quota_client.cc b/storage/browser/database/database_quota_client.cc
index f1b0c7c4cba6189002f767a02666a424a1db8e61..179467897371e5d9ad05632cd44e65b02ace74fa 100644
--- a/storage/browser/database/database_quota_client.cc
+++ b/storage/browser/database/database_quota_client.cc
@@ -103,7 +103,7 @@ DatabaseQuotaClient::DatabaseQuotaClient(
DatabaseQuotaClient::~DatabaseQuotaClient() {
if (db_tracker_thread_.get() &&
- !db_tracker_thread_->RunsTasksOnCurrentThread() && db_tracker_.get()) {
+ !db_tracker_thread_->RunsTasksInCurrentSequence() && db_tracker_.get()) {
DatabaseTracker* tracker = db_tracker_.get();
tracker->AddRef();
db_tracker_ = NULL;
« no previous file with comments | « storage/browser/blob/blob_data_handle.cc ('k') | storage/browser/fileapi/file_system_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698