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

Unified Diff: mojo/runner/out_of_process_native_runner.cc

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/out_of_process_native_runner.h ('k') | mojo/shell/application_manager.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.cc
diff --git a/mojo/runner/out_of_process_native_runner.cc b/mojo/runner/out_of_process_native_runner.cc
index 3026625b0fb4d3c3ef85bbcb1921da33dfe595d3..a3a9bc5becafe8bcd4ae8badf55133870da3af38 100644
--- a/mojo/runner/out_of_process_native_runner.cc
+++ b/mojo/runner/out_of_process_native_runner.cc
@@ -8,7 +8,6 @@
#include "base/callback_helpers.h"
#include "base/files/file_util.h"
#include "base/logging.h"
-#include "mojo/runner/child_process.mojom.h"
#include "mojo/runner/child_process_host.h"
#include "mojo/runner/in_process_native_runner.h"
@@ -56,7 +55,8 @@ void OutOfProcessNativeRunner::AppCompleted(int32_t result) {
app_completed_callback.Run();
}
-scoped_ptr<shell::NativeRunner> OutOfProcessNativeRunnerFactory::Create() {
+scoped_ptr<shell::NativeRunner> OutOfProcessNativeRunnerFactory::Create(
+ const base::FilePath& app_path) {
return make_scoped_ptr(new OutOfProcessNativeRunner(context_));
}
« no previous file with comments | « mojo/runner/out_of_process_native_runner.h ('k') | mojo/shell/application_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698