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

Unified Diff: mojo/shell/public/interfaces/application.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
Index: mojo/shell/public/interfaces/application.mojom
diff --git a/mojo/shell/public/interfaces/application.mojom b/mojo/shell/public/interfaces/application.mojom
index efe1e7b9ef09c816b421c4e946bcc7373408b1c6..b59b72424626e1e70112d3f5bb805335e5cc88df 100644
--- a/mojo/shell/public/interfaces/application.mojom
+++ b/mojo/shell/public/interfaces/application.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 "mojo/shell/public/interfaces/shell.mojom";
@@ -63,8 +63,8 @@ interface Application {
//
AcceptConnection(string requestor_url,
uint32 requestor_id,
- ServiceProvider&? services,
- ServiceProvider? exposed_services,
+ mojo.ServiceProvider&? services,
+ mojo.ServiceProvider? exposed_services,
array<string> allowed_interfaces,
string resolved_url);
« no previous file with comments | « mojo/shell/public/cpp/lib/service_registry.cc ('k') | mojo/shell/public/interfaces/application_manager.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698