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

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

Issue 1679573002: Move shell interfaces into the shell.mojom namespace. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@delegate
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/shell/public/interfaces/content_handler.mojom ('k') | mojo/shell/runner/child/child_controller.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/public/interfaces/shell.mojom
diff --git a/mojo/shell/public/interfaces/shell.mojom b/mojo/shell/public/interfaces/shell.mojom
index 787ed11b96fdf302a86b556e5402807799e5b02d..1efc3586c3308939eb4ec2c1bf4d7bbe4518aa02 100644
--- a/mojo/shell/public/interfaces/shell.mojom
+++ b/mojo/shell/public/interfaces/shell.mojom
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-module mojo;
+module mojo.shell.mojom;
import "mojo/shell/public/interfaces/service_provider.mojom";
import "network/public/interfaces/url_loader.mojom";
@@ -61,9 +61,9 @@ interface Shell {
// |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(URLRequest application_url,
- ServiceProvider&? services,
- ServiceProvider? exposed_services,
+ ConnectToApplication(mojo.URLRequest application_url,
+ mojo.ServiceProvider&? services,
+ mojo.ServiceProvider? exposed_services,
CapabilityFilter filter) =>
(uint32 application_id, uint32 content_handler_id);
« no previous file with comments | « mojo/shell/public/interfaces/content_handler.mojom ('k') | mojo/shell/runner/child/child_controller.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698