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

Unified Diff: chrome/browser/printing/cloud_print/test/cloud_print_proxy_process_browsertest.cc

Issue 2444363003: Remove uses of ChannelHandle for service processes. (Closed)
Patch Set: Created 4 years, 2 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 | « no previous file | chrome/browser/service_process/service_process_control.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/printing/cloud_print/test/cloud_print_proxy_process_browsertest.cc
diff --git a/chrome/browser/printing/cloud_print/test/cloud_print_proxy_process_browsertest.cc b/chrome/browser/printing/cloud_print/test/cloud_print_proxy_process_browsertest.cc
index b9018387ab94be50951e5d66726513ffd2b8bfd9..3f325f898cb4b506613803b10c56e794a53d0c9d 100644
--- a/chrome/browser/printing/cloud_print/test/cloud_print_proxy_process_browsertest.cc
+++ b/chrome/browser/printing/cloud_print/test/cloud_print_proxy_process_browsertest.cc
@@ -481,8 +481,7 @@ void CloudPrintProxyPolicyStartupTest::WaitForConnect() {
mojo::MessagePipe pipe;
BrowserThread::PostBlockingPoolTask(
FROM_HERE, base::Bind(&ConnectOnBlockingPool, base::Passed(&pipe.handle1),
- mojo::edk::NamedPlatformHandle(
- GetServiceProcessChannel().name)));
+ GetServiceProcessChannel()));
ServiceProcessControl::GetInstance()->SetChannel(
IPC::ChannelProxy::Create(IPC::ChannelMojo::CreateClientFactory(
std::move(pipe.handle0), IOTaskRunner()),
« no previous file with comments | « no previous file | chrome/browser/service_process/service_process_control.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698