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

Unified Diff: mojo/shell/native_runner.h

Issue 1419293003: Allow mojo_runner to connect to arbitrary executables. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 2 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 | « mojo/shell/application_manager.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/native_runner.h
diff --git a/mojo/shell/native_runner.h b/mojo/shell/native_runner.h
index dd48cb343d70abf0933f538f229768c5a159675a..d4d5b8b3fe18f17cde4244ccd1168fb0ec6d7126 100644
--- a/mojo/shell/native_runner.h
+++ b/mojo/shell/native_runner.h
@@ -43,7 +43,7 @@ class NativeRunner {
class NativeRunnerFactory {
public:
virtual ~NativeRunnerFactory() {}
- virtual scoped_ptr<NativeRunner> Create() = 0;
+ virtual scoped_ptr<NativeRunner> Create(const base::FilePath& app_path) = 0;
};
} // namespace shell
« no previous file with comments | « mojo/shell/application_manager.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698