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

Unified Diff: ppapi/nacl_irt/plugin_startup.h

Issue 231793003: Add IPC Channel for new ManifestService. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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: ppapi/nacl_irt/plugin_startup.h
diff --git a/ppapi/nacl_irt/plugin_startup.h b/ppapi/nacl_irt/plugin_startup.h
index 73c34957a4b6c5528704e6a558a1df146659e542..608e79256ebbfb71984c4400b30fae3a757df56b 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 embedder_service_fd);
// Runs start up procedure for the plugin.
// Specifically, start background IO thread for IPC, and prepare

Powered by Google App Engine
This is Rietveld 408576698