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

Unified Diff: ppapi/proxy/ppapi_proxy_test.cc

Issue 1142063003: content/child: Remove use of MessageLoopProxy and deprecated MessageLoop APIs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Build fix. Created 5 years, 7 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 | « ppapi/proxy/ppapi_proxy_test.h ('k') | ppapi/proxy/proxy_channel.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/proxy/ppapi_proxy_test.cc
diff --git a/ppapi/proxy/ppapi_proxy_test.cc b/ppapi/proxy/ppapi_proxy_test.cc
index fdd16043515d1bf506a78238cb84746146e22bb9..949dac39d2eee7c098f46d21a657a8c9d70c470d 100644
--- a/ppapi/proxy/ppapi_proxy_test.cc
+++ b/ppapi/proxy/ppapi_proxy_test.cc
@@ -235,8 +235,8 @@ void PluginProxyTestHarness::CreatePluginGlobals(
}
}
-base::MessageLoopProxy*
-PluginProxyTestHarness::PluginDelegateMock::GetIPCMessageLoop() {
+base::SingleThreadTaskRunner*
+PluginProxyTestHarness::PluginDelegateMock::GetIPCTaskRunner() {
return ipc_message_loop_;
}
@@ -470,8 +470,7 @@ void HostProxyTestHarness::CreateHostGlobals() {
}
}
-base::MessageLoopProxy*
-HostProxyTestHarness::DelegateMock::GetIPCMessageLoop() {
+base::MessageLoopProxy* HostProxyTestHarness::DelegateMock::GetIPCTaskRunner() {
return ipc_message_loop_;
}
« no previous file with comments | « ppapi/proxy/ppapi_proxy_test.h ('k') | ppapi/proxy/proxy_channel.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698