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

Unified Diff: mojo/runner/out_of_process_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/runner/native_runner_unittest.cc ('k') | mojo/runner/out_of_process_native_runner.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/runner/out_of_process_native_runner.h
diff --git a/mojo/runner/out_of_process_native_runner.h b/mojo/runner/out_of_process_native_runner.h
index 5cd1b5e7bd7afb290973ffaa3ec162cac0cdc418..4021c4f693d34f99d5b59f18f0a8345f11b54d7c 100644
--- a/mojo/runner/out_of_process_native_runner.h
+++ b/mojo/runner/out_of_process_native_runner.h
@@ -50,7 +50,8 @@ class OutOfProcessNativeRunnerFactory : public shell::NativeRunnerFactory {
: context_(context) {}
~OutOfProcessNativeRunnerFactory() override {}
- scoped_ptr<shell::NativeRunner> Create() override;
+ scoped_ptr<shell::NativeRunner> Create(
+ const base::FilePath& app_path) override;
private:
Context* const context_;
« no previous file with comments | « mojo/runner/native_runner_unittest.cc ('k') | mojo/runner/out_of_process_native_runner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698