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

Unified Diff: mojo/apps/js/mojo_runner_delegate.h

Issue 90203002: [Mojo] Remove static "bootstrap" state in mojo_js (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: CHECK, CHECK, CHECK Created 7 years, 1 month 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 | « mojo/apps/js/main.js ('k') | mojo/apps/js/mojo_runner_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/apps/js/mojo_runner_delegate.h
diff --git a/mojo/apps/js/mojo_runner_delegate.h b/mojo/apps/js/mojo_runner_delegate.h
index 899ef01aa1914262893f9e0e809bdd16009f1c33..aa1393f1c508bcebbb03d78499a02d33bdb50e5b 100644
--- a/mojo/apps/js/mojo_runner_delegate.h
+++ b/mojo/apps/js/mojo_runner_delegate.h
@@ -7,6 +7,7 @@
#include "base/compiler_specific.h"
#include "gin/modules/module_runner_delegate.h"
+#include "mojo/public/system/core.h"
namespace mojo {
namespace apps {
@@ -16,6 +17,8 @@ class MojoRunnerDelegate : public gin::ModuleRunnerDelegate {
MojoRunnerDelegate();
virtual ~MojoRunnerDelegate();
+ void Start(gin::Runner* runner, MojoHandle pipe, const std::string& module);
+
private:
// From ModuleRunnerDelegate:
virtual void UnhandledException(gin::Runner* runner,
« no previous file with comments | « mojo/apps/js/main.js ('k') | mojo/apps/js/mojo_runner_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698