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

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

Issue 418133006: Replace the argument of nonsfi::MainStart with raw file descriptor. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 5098ab0e687ae85f436911e014b2b50cebfb26e7..3a28bcd2fddfee0be9b8b57050e13a19beff5472 100644
--- a/components/nacl/loader/nonsfi/nonsfi_main.h
+++ b/components/nacl/loader/nonsfi/nonsfi_main.h
@@ -5,13 +5,11 @@
#ifndef COMPONENTS_NACL_LOADER_NONSFI_NONSFI_MAIN_H_
#define COMPONENTS_NACL_LOADER_NONSFI_NONSFI_MAIN_H_
-struct NaClDesc;
-
namespace nacl {
namespace nonsfi {
// Launch NaCl with Non SFI mode. This takes the ownership of |nexe_file|.
-void MainStart(NaClDesc* nexe_file);
+void MainStart(int 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