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

Unified Diff: content/browser/fileapi/browser_file_system_helper.cc

Issue 2873333004: Rename TaskRunner::RunsTasksOnCurrentThread() in //content (Closed)
Patch Set: 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
Index: content/browser/fileapi/browser_file_system_helper.cc
diff --git a/content/browser/fileapi/browser_file_system_helper.cc b/content/browser/fileapi/browser_file_system_helper.cc
index c74b516ae40148f82fc78ffbd7f5f1776f320f8e..f8da5a6ad26f684a8592e39cfae1dc7ddd741780 100644
--- a/content/browser/fileapi/browser_file_system_helper.cc
+++ b/content/browser/fileapi/browser_file_system_helper.cc
@@ -116,7 +116,7 @@ void SyncGetPlatformPath(storage::FileSystemContext* context,
const GURL& path,
base::FilePath* platform_path) {
DCHECK(context->default_file_task_runner()->
- RunsTasksOnCurrentThread());
+ RunsTasksInCurrentSequence());
DCHECK(platform_path);
*platform_path = base::FilePath();
storage::FileSystemURL url(context->CrackURL(path));
« no previous file with comments | « content/browser/dom_storage/dom_storage_task_runner.cc ('k') | content/browser/indexed_db/indexed_db_active_blob_registry.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698