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

Unified Diff: mojo/shell/public/interfaces/shell_client.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
« no previous file with comments | « mojo/shell/public/interfaces/shell.mojom ('k') | mojo/shell/standalone/context.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/public/interfaces/shell_client.mojom
diff --git a/mojo/shell/public/interfaces/shell_client.mojom b/mojo/shell/public/interfaces/shell_client.mojom
index 686296cef44d7af441662669a385f48e186d755c..af0fcb6c8250463dadf8bb14ac16c3256862da3e 100644
--- a/mojo/shell/public/interfaces/shell_client.mojom
+++ b/mojo/shell/public/interfaces/shell_client.mojom
@@ -64,8 +64,8 @@ interface ShellClient {
//
AcceptConnection(string requestor_url,
uint32 requestor_id,
- mojo.InterfaceProvider&? local_interfaces,
- mojo.InterfaceProvider? remote_interfaces,
+ InterfaceProvider&? local_interfaces,
+ InterfaceProvider? remote_interfaces,
array<string> allowed_interfaces,
string resolved_url);
« no previous file with comments | « mojo/shell/public/interfaces/shell.mojom ('k') | mojo/shell/standalone/context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698