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

Unified Diff: mojo/public/interfaces/application/application_connector.mojom

Issue 1435153003: Add an ApplicationConnector interface, etc. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: grrr Created 5 years, 1 month 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/public/interfaces/application/application_connector.mojom
diff --git a/mojo/public/interfaces/application/shell.mojom b/mojo/public/interfaces/application/application_connector.mojom
similarity index 88%
copy from mojo/public/interfaces/application/shell.mojom
copy to mojo/public/interfaces/application/application_connector.mojom
index b2d8491de456b30d089106cfd901935e015778d6..0d08ee9106b14bebba3e6376ca58c6791e44bfc7 100644
--- a/mojo/public/interfaces/application/shell.mojom
+++ b/mojo/public/interfaces/application/application_connector.mojom
@@ -1,4 +1,4 @@
-// Copyright 2014 The Chromium Authors. All rights reserved.
+// Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -7,9 +7,7 @@ module mojo;
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.
-interface Shell {
+interface ApplicationConnector {
// Establishes a connection with another application (located at
// |application_url|) through which the calling application and the other
// application may request services from one another.

Powered by Google App Engine
This is Rietveld 408576698