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

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

Issue 337463002: Remove LoadModule SRPC for non-SFI mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 6 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
« no previous file with comments | « components/nacl/loader/nacl_listener.cc ('k') | components/nacl/loader/nonsfi/nonsfi_main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..5098ab0e687ae85f436911e014b2b50cebfb26e7 100644
--- a/components/nacl/loader/nonsfi/nonsfi_main.h
+++ b/components/nacl/loader/nonsfi/nonsfi_main.h
@@ -5,14 +5,13 @@
#ifndef COMPONENTS_NACL_LOADER_NONSFI_NONSFI_MAIN_H_
#define COMPONENTS_NACL_LOADER_NONSFI_NONSFI_MAIN_H_
-#include "native_client/src/include/portability.h"
-#include "native_client/src/public/imc_types.h"
+struct NaClDesc;
namespace nacl {
namespace nonsfi {
-// Launch NaCl with Non SFI mode.
-void MainStart(NaClHandle imc_bootstrap_handle);
+// Launch NaCl with Non SFI mode. This takes the ownership of |nexe_file|.
+void MainStart(NaClDesc* nexe_file);
} // namespace nonsfi
} // namespace nacl
« no previous file with comments | « components/nacl/loader/nacl_listener.cc ('k') | components/nacl/loader/nonsfi/nonsfi_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698