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

Unified Diff: mojo/shell/public/interfaces/shell.mojom

Issue 1706063002: Eliminate ShellClientFactoryConnection & just have the ApplicationManager do it. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@factory
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/public/interfaces/shell.mojom
diff --git a/mojo/shell/public/interfaces/shell.mojom b/mojo/shell/public/interfaces/shell.mojom
index c3f15be8e6ba76e9859dfa4d5efc03c8742847ea..c512606e00d399d56c8225b84ce1d301b06f388d 100644
--- a/mojo/shell/public/interfaces/shell.mojom
+++ b/mojo/shell/public/interfaces/shell.mojom
@@ -56,16 +56,10 @@ interface Shell {
// |filter| is a whitelist of application URLs and services that the target
// application is permitted to connect to. See documentation for
// CapabilityFilter above.
- //
- // If the connection to |application_url| involves a content handler, then
- // |content_handler_id| is the id of the deepest content handler used to
- // establish the connection to |application_url|. If no content handler is
- // used |content_handler_id| is kInvalidApplicationID.
ConnectToApplication(mojo.URLRequest application_url,
InterfaceProvider&? remote_interfaces,
InterfaceProvider? local_interfaces,
- CapabilityFilter filter) =>
- (uint32 application_id, uint32 content_handler_id);
+ CapabilityFilter filter) => (uint32 application_id);
// When there are no more instantiated services in an application, it should
// start its shutdown process by calling this method. Additionally, it should
« no previous file with comments | « mojo/shell/public/cpp/lib/shell_client_factory.cc ('k') | mojo/shell/public/interfaces/shell_client_factory.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698