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

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

Issue 2444793002: Allow custom security descriptors when creating named pipes on Windows. (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 | « chrome/browser/apps/app_shim/unix_domain_socket_acceptor.cc ('k') | chrome/service/service_process.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 8aedf83229442f2d37b4e33411c772d027f62c19..b9018387ab94be50951e5d66726513ffd2b8bfd9 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
@@ -464,7 +464,7 @@ base::Process CloudPrintProxyPolicyStartupTest::Launch(
base::RandInt(0, std::numeric_limits<int>::max())));
startup_channel_ = IPC::ChannelProxy::Create(
mojo::edk::ConnectToPeerProcess(
- mojo::edk::CreateServerHandle(startup_channel_handle_, false))
+ mojo::edk::CreateServerHandle(startup_channel_handle_))
.release(),
IPC::Channel::MODE_SERVER, this, IOTaskRunner());
« no previous file with comments | « chrome/browser/apps/app_shim/unix_domain_socket_acceptor.cc ('k') | chrome/service/service_process.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698