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

Unified Diff: components/printing/test/print_mock_render_thread.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: components/printing/test/print_mock_render_thread.cc
diff --git a/components/printing/test/print_mock_render_thread.cc b/components/printing/test/print_mock_render_thread.cc
index 45733f5c7e75d8c671d5a4ffa2d5d5d5e06954f6..a5e66e4c6ed472ea296d9b9061212aaa7ed20d66 100644
--- a/components/printing/test/print_mock_render_thread.cc
+++ b/components/printing/test/print_mock_render_thread.cc
@@ -34,11 +34,11 @@ PrintMockRenderThread::~PrintMockRenderThread() {
}
scoped_refptr<base::SingleThreadTaskRunner>
-PrintMockRenderThread::GetIOMessageLoopProxy() {
+PrintMockRenderThread::GetIOTaskRunner() {
return io_task_runner_;
}
-void PrintMockRenderThread::set_io_message_loop_proxy(
+void PrintMockRenderThread::set_io_task_runner(
const scoped_refptr<base::SingleThreadTaskRunner>& task_runner) {
io_task_runner_ = task_runner;
}
« no previous file with comments | « components/printing/test/print_mock_render_thread.h ('k') | components/storage_monitor/storage_monitor_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698