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

Unified Diff: mojo/shell/application_manager.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
« no previous file with comments | « mojo/mojo_shell.gyp ('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/shell/application_manager.h
diff --git a/mojo/shell/application_manager.h b/mojo/shell/application_manager.h
index ff81be117645b63eaaffc9858a267599ea210ffe..a39ef916e7b50874ebe910f37debcfe2c844adf8 100644
--- a/mojo/shell/application_manager.h
+++ b/mojo/shell/application_manager.h
@@ -106,10 +106,11 @@ class ApplicationManager : public ShellClient,
InterfaceRequest<mojom::ApplicationManager> request) override;
// mojom::ApplicationManager:
- void CreateInstanceForHandle(ScopedHandle channel,
- const String& name,
- mojom::CapabilityFilterPtr filter,
- mojom::PIDReceiverRequest pid_receiver) override;
+ void CreateInstanceForFactory(
+ mojom::ShellClientFactoryPtr factory,
+ const String& name,
+ mojom::CapabilityFilterPtr filter,
+ mojom::PIDReceiverRequest pid_receiver) override;
void AddInstanceListener(mojom::InstanceListenerPtr listener) override;
void InitPackageManager(
« no previous file with comments | « mojo/mojo_shell.gyp ('k') | mojo/shell/application_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698