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

Unified Diff: ppapi/nacl_irt/plugin_startup.h

Issue 1512233002: PPAPI/NaCl: Move plugin_main.cc's contents into irt_ppapi.cc (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 5 years 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 | « ppapi/nacl_irt/plugin_main.cc ('k') | ppapi/native_client/src/untrusted/pnacl_irt_shim/irt_shim_ppapi.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/nacl_irt/plugin_startup.h
diff --git a/ppapi/nacl_irt/plugin_startup.h b/ppapi/nacl_irt/plugin_startup.h
index ea14836e60eb43a33c0481011c70b45e2bbaf2cd..2684a78316bc821e670bb6d2f9d926b17b1efb1f 100644
--- a/ppapi/nacl_irt/plugin_startup.h
+++ b/ppapi/nacl_irt/plugin_startup.h
@@ -17,8 +17,8 @@ namespace ppapi {
class ManifestService;
// Sets the IPC channels for the browser and the renderer by the given FD
-// numbers. This will be used for non-SFI mode. Must be called before
-// PpapiPluginMain is called.
+// numbers. This will be used for non-SFI mode. Must be called before the
+// ppapi_start() IRT interface is called.
PPAPI_PROXY_EXPORT void SetIPCFileDescriptors(
int browser_ipc_fd, int renderer_ipc_fd, int manifest_service_fd);
« no previous file with comments | « ppapi/nacl_irt/plugin_main.cc ('k') | ppapi/native_client/src/untrusted/pnacl_irt_shim/irt_shim_ppapi.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698