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

Unified Diff: storage/browser/fileapi/timed_task_helper.cc

Issue 637823002: Drop irrelevant DCHECK and re-enable SyncFileSystemApiTest.GetFileStatus (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 | « chrome/browser/extensions/api/sync_file_system/sync_file_system_apitest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: storage/browser/fileapi/timed_task_helper.cc
diff --git a/storage/browser/fileapi/timed_task_helper.cc b/storage/browser/fileapi/timed_task_helper.cc
index 950df7625ab3f5f80aa88c7d7117aae85833fe8f..f16f8b83a38e79a87a2af3d62e3bcabfe7362a9c 100644
--- a/storage/browser/fileapi/timed_task_helper.cc
+++ b/storage/browser/fileapi/timed_task_helper.cc
@@ -27,7 +27,6 @@ TimedTaskHelper::TimedTaskHelper(base::SequencedTaskRunner* task_runner)
}
TimedTaskHelper::~TimedTaskHelper() {
- DCHECK(task_runner_->RunsTasksOnCurrentThread());
nhiroki 2014/10/08 05:29:55 Let me confirm my understanding... when task_runne
if (tracker_)
tracker_->timer = NULL;
}
« no previous file with comments | « chrome/browser/extensions/api/sync_file_system/sync_file_system_apitest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698