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

Unified Diff: components/nacl/broker/nacl_broker_listener.cc

Issue 860453002: Move OpenProcessHandleWithAccess to Process::OpenWithAccess. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add ServiceProcessControlBrowserTest.Setup again Created 5 years, 11 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: components/nacl/broker/nacl_broker_listener.cc
diff --git a/components/nacl/broker/nacl_broker_listener.cc b/components/nacl/broker/nacl_broker_listener.cc
index 6554f0ba5f1af93e66d9927ef976536fe0f869c1..6dec3e6563621ea2864dbbe6a25ae5b4c2b7bd68 100644
--- a/components/nacl/broker/nacl_broker_listener.cc
+++ b/components/nacl/broker/nacl_broker_listener.cc
@@ -127,7 +127,7 @@ void NaClBrokerListener::OnLaunchDebugExceptionHandler(
int32 pid, base::ProcessHandle process_handle,
const std::string& startup_info) {
NaClStartDebugExceptionHandlerThread(
- process_handle, startup_info,
+ base::Process(process_handle), startup_info,
base::MessageLoopProxy::current(),
base::Bind(SendReply, channel_.get(), pid));
}

Powered by Google App Engine
This is Rietveld 408576698