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

Unified Diff: components/nacl/common/nacl_debug_exception_handler_win.h

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/common/nacl_debug_exception_handler_win.h
diff --git a/components/nacl/common/nacl_debug_exception_handler_win.h b/components/nacl/common/nacl_debug_exception_handler_win.h
index 5c49d30206f3e71fbe956a2e9ba74c3941f0b1b9..b117e6eaad859aab5c4f2e7f6beffd3fbd967115 100644
--- a/components/nacl/common/nacl_debug_exception_handler_win.h
+++ b/components/nacl/common/nacl_debug_exception_handler_win.h
@@ -11,7 +11,7 @@
#include "base/process/process.h"
void NaClStartDebugExceptionHandlerThread(
- base::ProcessHandle nacl_process,
+ base::Process nacl_process,
const std::string& startup_info,
const scoped_refptr<base::MessageLoopProxy>& message_loop,
const base::Callback<void(bool)>& on_connected);

Powered by Google App Engine
This is Rietveld 408576698