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

Unified Diff: components/printing/test/print_mock_render_thread.h

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.h
diff --git a/components/printing/test/print_mock_render_thread.h b/components/printing/test/print_mock_render_thread.h
index 4c38176bf5b947678c1c64c402302efc80939ed8..a483fa153b388a3a793a8a3849b31ae17c7abc1d 100644
--- a/components/printing/test/print_mock_render_thread.h
+++ b/components/printing/test/print_mock_render_thread.h
@@ -35,13 +35,12 @@ class PrintMockRenderThread : public content::MockRenderThread {
~PrintMockRenderThread() override;
// content::RenderThread overrides.
- scoped_refptr<base::SingleThreadTaskRunner> GetIOMessageLoopProxy() override;
+ scoped_refptr<base::SingleThreadTaskRunner> GetIOTaskRunner() override;
//////////////////////////////////////////////////////////////////////////
// The following functions are called by the test itself.
- // Set IO message loop proxy.
- void set_io_message_loop_proxy(
+ void set_io_task_runner(
const scoped_refptr<base::SingleThreadTaskRunner>& task_runner);
#if defined(ENABLE_PRINTING)
« no previous file with comments | « components/nacl/renderer/trusted_plugin_channel.cc ('k') | components/printing/test/print_mock_render_thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698