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

Unified Diff: third_party/mojo/src/mojo/public/interfaces/application/shell.mojom

Issue 883843002: Update mojo sdk to rev 126532ce21c5c3c55a1e1693731411cb60169efd (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Response to review Created 5 years, 11 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: third_party/mojo/src/mojo/public/interfaces/application/shell.mojom
diff --git a/third_party/mojo/src/mojo/public/interfaces/application/shell.mojom b/third_party/mojo/src/mojo/public/interfaces/application/shell.mojom
index 7804b9fc3cb4038985d75071291a090f9f77e6eb..6fc0cca68d7f751420ad2ea928d3f6b386960f4d 100644
--- a/third_party/mojo/src/mojo/public/interfaces/application/shell.mojom
+++ b/third_party/mojo/src/mojo/public/interfaces/application/shell.mojom
@@ -4,12 +4,10 @@
module mojo;
-import "mojo/public/interfaces/application/application.mojom";
import "mojo/public/interfaces/application/service_provider.mojom";
// An interface through which a Mojo application may communicate with the Mojo
// system and request connections to other applications.
-[Client=Application]
interface Shell {
// Establishes a connection with another application (identified by
// |application_url|) through which the calling application and the other

Powered by Google App Engine
This is Rietveld 408576698