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

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

Issue 1761153002: Replace ChildController with ShellClientFactory (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@29binding
Patch Set: . Created 4 years, 10 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/in_process_native_runner.h
diff --git a/mojo/shell/runner/host/in_process_native_runner.h b/mojo/shell/runner/host/in_process_native_runner.h
index 8e621726421b3276e5e2e6fa7fbd962aceaa4141..34d4e954f4d0380b6dc6849f6b6e8c8e9fe2fe09 100644
--- a/mojo/shell/runner/host/in_process_native_runner.h
+++ b/mojo/shell/runner/host/in_process_native_runner.h
@@ -38,7 +38,8 @@ class InProcessNativeRunner : public NativeRunner,
const base::Callback<void(base::ProcessId)>& pid_available_callback,
const base::Closure& app_completed_callback) override;
void InitHost(
- ScopedHandle channel,
+ mojom::ShellClientFactoryPtr factory,
+ const String& name,
InterfaceRequest<mojom::ShellClient> request) override;
private:
« no previous file with comments | « mojo/shell/runner/host/child_process_host_unittest.cc ('k') | mojo/shell/runner/host/in_process_native_runner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698