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

Unified Diff: chrome/common/render_messages.h

Issue 9158005: RFC: Add an interface for having the browser open a pnacl support file (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase, update for pnacl layout change Created 8 years, 10 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: chrome/common/render_messages.h
diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h
index d6186b777e89d6226c1bb425e8a6e9f165c7a007..e5a39ce330e07f720e39ad42a2d07c86f3e95949 100644
--- a/chrome/common/render_messages.h
+++ b/chrome/common/render_messages.h
@@ -497,6 +497,12 @@ IPC_SYNC_MESSAGE_CONTROL2_3(ChromeViewHostMsg_LaunchNaCl,
base::ProcessHandle /* NaCl process handle */,
base::ProcessId /* NaCl process id */)
+// A renderer sends this to the browser process when it wants to start
+// open a file for from the Pnacl component directory.
+IPC_SYNC_MESSAGE_CONTROL1_1(ChromeViewHostMsg_GetReadonlyPnaclFD,
+ std::string /* name of requested PNaCl file */,
+ nacl::FileDescriptor /* output file handle */)
+
// Notification that the page has an OpenSearch description document
// associated with it.
IPC_MESSAGE_ROUTED3(ChromeViewHostMsg_PageHasOSDD,

Powered by Google App Engine
This is Rietveld 408576698