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

Unified Diff: chrome/browser/browsing_data/media_licenses_counter.cc

Issue 2871303004: Rename TaskRunner::RunsTasksOnCurrentThread() in //chrome (Closed)
Patch Set: fixed build error 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: chrome/browser/browsing_data/media_licenses_counter.cc
diff --git a/chrome/browser/browsing_data/media_licenses_counter.cc b/chrome/browser/browsing_data/media_licenses_counter.cc
index 9f19f2766781f4c337a62bb85e98ff83e664e308..6068db717ef870b24908e2d13e81f3febc596a0d 100644
--- a/chrome/browser/browsing_data/media_licenses_counter.cc
+++ b/chrome/browser/browsing_data/media_licenses_counter.cc
@@ -21,7 +21,7 @@ namespace {
std::set<GURL> CountOriginsOnFileTaskRunner(
storage::FileSystemContext* filesystem_context) {
DCHECK(filesystem_context->default_file_task_runner()
- ->RunsTasksOnCurrentThread());
+ ->RunsTasksInCurrentSequence());
storage::FileSystemBackend* backend =
filesystem_context->GetFileSystemBackend(
« no previous file with comments | « chrome/browser/browsing_data/browsing_data_media_license_helper.cc ('k') | chrome/browser/chromeos/app_mode/kiosk_app_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698