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

Unified Diff: chrome/browser/nacl_host/nacl_process_host.h

Issue 10214007: Add an IPC channel between the NaCl loader process and the renderer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 7 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/nacl_host/nacl_process_host.cc » ('j') | chrome/nacl/nacl_ipc_adapter.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/nacl_host/nacl_process_host.h
===================================================================
--- chrome/browser/nacl_host/nacl_process_host.h (revision 135227)
+++ chrome/browser/nacl_host/nacl_process_host.h (working copy)
@@ -6,6 +6,8 @@
#define CHROME_BROWSER_NACL_HOST_NACL_PROCESS_HOST_H_
#pragma once
+#include <string>
+
#include "build/build_config.h"
#include "base/file_path.h"
@@ -84,14 +86,6 @@
void IrtReady();
- // Sends the reply message to the renderer who is waiting for the plugin
- // to load. Returns true on success.
- bool ReplyToRenderer();
-
- // Sends the message to the NaCl process to load the plugin. Returns true
- // on success.
- bool StartNaClExecution();
-
// Called once all initialization is complete and the NaCl process is
// ready to go. Returns true on success.
bool SendStart();
@@ -113,6 +107,8 @@
IPC::Message* reply_msg);
#endif
+ void OnPpapiChannelCreated(const IPC::ChannelHandle& channel_handle);
+
GURL manifest_url_;
#if defined(OS_WIN)
« no previous file with comments | « no previous file | chrome/browser/nacl_host/nacl_process_host.cc » ('j') | chrome/nacl/nacl_ipc_adapter.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698