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. |