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

Unified Diff: src/trusted/sel_universal/reverse_emulate.h

Issue 10180015: Split SelLdrLauncher into SelLdrLauncher{Standalone,Chrome} classes (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Copyright Created 8 years, 8 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 | « src/trusted/nonnacl_util/win/sel_ldr_launcher_win.cc ('k') | src/trusted/sel_universal/reverse_emulate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/trusted/sel_universal/reverse_emulate.h
diff --git a/src/trusted/sel_universal/reverse_emulate.h b/src/trusted/sel_universal/reverse_emulate.h
index 6939a54e5323ee7348ce5b9789a1b531a647bf58..ca37bea2b84ab1b72b89d098170d3296f31002cf 100644
--- a/src/trusted/sel_universal/reverse_emulate.h
+++ b/src/trusted/sel_universal/reverse_emulate.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2011 The Native Client Authors. All rights reserved.
+ * Copyright (c) 2012 The Native Client Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
@@ -10,12 +10,13 @@
#include <string>
#include <vector>
+#include "native_client/src/trusted/nonnacl_util/sel_ldr_launcher.h"
+
class NaClCommandLoop;
struct NaClSrpcChannel;
namespace nacl {
class ReverseService;
-struct SelLdrLauncher;
} // namespace nacl
// The browser exports a reverse service that client nexes can use for a
@@ -28,7 +29,7 @@ struct SelLdrLauncher;
// Starts an emulator for reverse service and handles the start up expected
// by nexes. Returns true on success, false on failure.
bool ReverseEmulateInit(NaClSrpcChannel* command_channel,
- nacl::SelLdrLauncher* launcher);
+ nacl::SelLdrLauncherStandalone* launcher);
// Shuts down reverse service emulation.
void ReverseEmulateFini();
« no previous file with comments | « src/trusted/nonnacl_util/win/sel_ldr_launcher_win.cc ('k') | src/trusted/sel_universal/reverse_emulate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698