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

Unified Diff: components/nacl/browser/nacl_broker_host_win.h

Issue 2081183005: Use ChannelMojo from the browser to NaCl loader process. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mojo-ipc-channel-handle
Patch Set: rebase Created 4 years, 5 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 | « components/nacl/browser/DEPS ('k') | components/nacl/browser/nacl_broker_host_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/nacl/browser/nacl_broker_host_win.h
diff --git a/components/nacl/browser/nacl_broker_host_win.h b/components/nacl/browser/nacl_broker_host_win.h
index 726129104309001d90414ad388faf4201fb3211d..560c6758849a2ec604963571cd8617952919c665 100644
--- a/components/nacl/browser/nacl_broker_host_win.h
+++ b/components/nacl/browser/nacl_broker_host_win.h
@@ -31,7 +31,7 @@ class NaClBrokerHost : public content::BrowserChildProcessHostDelegate {
// Send a message to the broker process, causing it to launch
// a Native Client loader process.
- bool LaunchLoader(const std::string& loader_channel_id);
+ bool LaunchLoader(const std::string& loader_channel_token);
bool LaunchDebugExceptionHandler(int32_t pid,
base::ProcessHandle process_handle,
@@ -47,7 +47,7 @@ class NaClBrokerHost : public content::BrowserChildProcessHostDelegate {
private:
// Handler for NaClProcessMsg_LoaderLaunched message
- void OnLoaderLaunched(const std::string& loader_channel_id,
+ void OnLoaderLaunched(const std::string& loader_channel_token,
base::ProcessHandle handle);
// Handler for NaClProcessMsg_DebugExceptionHandlerLaunched message
void OnDebugExceptionHandlerLaunched(int32_t pid, bool success);
« no previous file with comments | « components/nacl/browser/DEPS ('k') | components/nacl/browser/nacl_broker_host_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698