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

Unified Diff: content/browser/media/cdm/browser_cdm_manager.cc

Issue 2133083002: Remove all remaining traces of MessageLoopProxy. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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/media/cdm/browser_cdm_manager.cc
diff --git a/content/browser/media/cdm/browser_cdm_manager.cc b/content/browser/media/cdm/browser_cdm_manager.cc
index c50184af2487736dbc9d54c10ca253d1081ef84c..6b051ac210484fe0a7dc90c8c0496c0d77a8d961 100644
--- a/content/browser/media/cdm/browser_cdm_manager.cc
+++ b/content/browser/media/cdm/browser_cdm_manager.cc
@@ -186,8 +186,7 @@ BrowserCdmManager::BrowserCdmManager(
new BrowserCdmManagerProcessWatcher(render_process_id, this);
if (!task_runner_.get()) {
- task_runner_ =
- BrowserThread::GetMessageLoopProxyForThread(BrowserThread::UI);
+ task_runner_ = BrowserThread::GetTaskRunnerForThread(BrowserThread::UI);
}
}
« no previous file with comments | « content/browser/media/capture/desktop_capture_device.cc ('k') | content/browser/media/media_web_contents_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698