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

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

Issue 1686223002: Move InterfaceProvider into the shell::mojom namespace like the rest of the shell interfaces. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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 2101500608fe03296aa1755f01e8249075306bce..c3f15be8e6ba76e9859dfa4d5efc03c8742847ea 100644
--- a/mojo/shell/public/interfaces/shell.mojom
+++ b/mojo/shell/public/interfaces/shell.mojom
@@ -62,8 +62,8 @@ interface Shell {
// establish the connection to |application_url|. If no content handler is
// used |content_handler_id| is kInvalidApplicationID.
ConnectToApplication(mojo.URLRequest application_url,
- mojo.InterfaceProvider&? remote_interfaces,
- mojo.InterfaceProvider? local_interfaces,
+ InterfaceProvider&? remote_interfaces,
+ InterfaceProvider? local_interfaces,
CapabilityFilter filter) =>
(uint32 application_id, uint32 content_handler_id);
« no previous file with comments | « mojo/shell/public/interfaces/interface_provider.mojom ('k') | mojo/shell/public/interfaces/shell_client.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698