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

Unified Diff: chrome/browser/chromeos/device/input_service_proxy.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: chrome/browser/chromeos/device/input_service_proxy.cc
diff --git a/chrome/browser/chromeos/device/input_service_proxy.cc b/chrome/browser/chromeos/device/input_service_proxy.cc
index 7172f4a927fa69166ba1e669e24b8e0e63c43de2..3499cd5d3852959fb5dc7b0c1cdd777234ec84de 100644
--- a/chrome/browser/chromeos/device/input_service_proxy.cc
+++ b/chrome/browser/chromeos/device/input_service_proxy.cc
@@ -87,8 +87,7 @@ class InputServiceProxy::ServiceObserver : public InputServiceLinux::Observer {
InputServiceProxy::InputServiceProxy()
: service_observer_(new ServiceObserver()),
- task_runner_(BrowserThread::GetMessageLoopProxyForThread(
- thread_identifier_)),
+ task_runner_(BrowserThread::GetTaskRunnerForThread(thread_identifier_)),
weak_factory_(this) {
DCHECK_CURRENTLY_ON(BrowserThread::UI);
task_runner_->PostTask(
« no previous file with comments | « chrome/browser/chromeos/chrome_browser_main_chromeos.cc ('k') | chrome/browser/chromeos/drive/drive_integration_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698