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

Unified Diff: components/nacl/loader/nonsfi/nonsfi_main.h

Issue 139993009: [WIP] Yet another demo for BMM NaCl ppapi connection. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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: components/nacl/loader/nonsfi/nonsfi_main.h
diff --git a/components/nacl/loader/nonsfi/nonsfi_main.h b/components/nacl/loader/nonsfi/nonsfi_main.h
index 6c674ce2f78fc737f8d29551220ff7e5fc10177e..aa9e4c9783a5404d809bc0a29a725752777e6347 100644
--- a/components/nacl/loader/nonsfi/nonsfi_main.h
+++ b/components/nacl/loader/nonsfi/nonsfi_main.h
@@ -11,6 +11,8 @@
namespace nacl {
namespace nonsfi {
+void SetIPCFileDescriptors(int browser_ipc_fd, int renderer_ipc_fd);
+
// Launch NaCl with Non SFI mode.
void MainStart(NaClHandle imc_bootstrap_handle);

Powered by Google App Engine
This is Rietveld 408576698