diff options
author | hidehiko@chromium.org <hidehiko@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-17 12:17:15 +0000 |
---|---|---|
committer | hidehiko@chromium.org <hidehiko@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-17 12:17:15 +0000 |
commit | bb86d4c372593987c16ab62d21456c4831946f1e (patch) | |
tree | 59cc18d98a0f2c112b8c2ae258599a7e50b97cb6 /ppapi/nacl_irt/plugin_startup.h | |
parent | 38f15fa3dd6e12e13d490c9630ca6ae25c9456a3 (diff) | |
download | chromium_src-bb86d4c372593987c16ab62d21456c4831946f1e.zip chromium_src-bb86d4c372593987c16ab62d21456c4831946f1e.tar.gz chromium_src-bb86d4c372593987c16ab62d21456c4831946f1e.tar.bz2 |
Add IPC Channel for new ManifestService.
This CL adds a new IPC Channel between NaCl plugin and the renderer process
with introducing ManifestService (in the plugin) and ManifestServiceChannel
(in the renderer) as its end points.
Currently, ManifestService is just an empty service. Its functions will be
added in following CLs. The service will be used only for non-SFI mode
as a first step. On other platforms, IPC Channel will not be created.
TEST=Ran trybots.
BUG=358431
Review URL: https://codereview.chromium.org/231793003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@264477 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/nacl_irt/plugin_startup.h')
-rw-r--r-- | ppapi/nacl_irt/plugin_startup.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ppapi/nacl_irt/plugin_startup.h b/ppapi/nacl_irt/plugin_startup.h index 73c3495..15ca37e 100644 --- a/ppapi/nacl_irt/plugin_startup.h +++ b/ppapi/nacl_irt/plugin_startup.h @@ -18,7 +18,7 @@ namespace ppapi { // numbers. This will be used for non-SFI mode. Must be called before // PpapiPluginMain is called. PPAPI_PROXY_EXPORT void SetIPCFileDescriptors( - int browser_ipc_fd, int renderer_ipc_fd); + int browser_ipc_fd, int renderer_ipc_fd, int manifest_service_fd); // Runs start up procedure for the plugin. // Specifically, start background IO thread for IPC, and prepare |