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

Unified Diff: mojo/shell/runner/host/out_of_process_native_runner.h

Issue 1585493002: [mojo] Ports EDK (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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
Index: mojo/shell/runner/host/out_of_process_native_runner.h
diff --git a/mojo/shell/runner/host/out_of_process_native_runner.h b/mojo/shell/runner/host/out_of_process_native_runner.h
index 63f7c1021fb18ceffa37bee6ebc7f3fc1d17e842..74c1d5be028d1618df5572b319d7262ed9a8555e 100644
--- a/mojo/shell/runner/host/out_of_process_native_runner.h
+++ b/mojo/shell/runner/host/out_of_process_native_runner.h
@@ -43,6 +43,12 @@ class OutOfProcessNativeRunner : public NativeRunner {
// |ChildController::StartApp()| callback:
void AppCompleted(int32_t result);
+ // Callback run when the child process has launched.
+ void OnProcessLaunched(
+ InterfaceRequest<Application> application_request,
+ const base::Callback<void(base::ProcessId)>& pid_available_callback,
+ base::ProcessId pid);
+
base::TaskRunner* const launch_process_runner_;
base::FilePath app_path_;

Powered by Google App Engine
This is Rietveld 408576698