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

Unified Diff: chrome/renderer/chrome_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: chrome/renderer/chrome_mock_render_thread.h
diff --git a/chrome/renderer/chrome_mock_render_thread.h b/chrome/renderer/chrome_mock_render_thread.h
index 996adff514c8eea18a9dfecb6ed8838154653a4e..a9a994ef7f424f6808b6f2e489fe1886751ffefd 100644
--- a/chrome/renderer/chrome_mock_render_thread.h
+++ b/chrome/renderer/chrome_mock_render_thread.h
@@ -19,13 +19,12 @@ class ChromeMockRenderThread : public content::MockRenderThread {
~ChromeMockRenderThread() 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);
private:
« no previous file with comments | « chrome/renderer/chrome_content_renderer_client_browsertest.cc ('k') | chrome/renderer/chrome_mock_render_thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698