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

Unified Diff: content/public/test/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
« no previous file with comments | « content/public/test/mock_render_thread.h ('k') | content/renderer/media/gpu/rtc_video_decoder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/test/mock_render_thread.cc
diff --git a/content/public/test/mock_render_thread.cc b/content/public/test/mock_render_thread.cc
index 3049984b4b4fbc950d3ad4330f1fdbdd1aba0381..84cbc9c9b54dffd5194e6dfa7c0a916259289b74 100644
--- a/content/public/test/mock_render_thread.cc
+++ b/content/public/test/mock_render_thread.cc
@@ -79,7 +79,7 @@ IPC::SyncMessageFilter* MockRenderThread::GetSyncMessageFilter() {
}
scoped_refptr<base::SingleThreadTaskRunner>
-MockRenderThread::GetIOMessageLoopProxy() {
+MockRenderThread::GetIOTaskRunner() {
return scoped_refptr<base::SingleThreadTaskRunner>();
}
« no previous file with comments | « content/public/test/mock_render_thread.h ('k') | content/renderer/media/gpu/rtc_video_decoder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698