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

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

Issue 814543006: Move //mojo/{public, edk} underneath //third_party (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase 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: mojo/public/interfaces/application/application.mojom
diff --git a/mojo/public/interfaces/application/application.mojom b/mojo/public/interfaces/application/application.mojom
deleted file mode 100644
index d389ae2dd15ab45c1f7a6289f19fdca46af2d234..0000000000000000000000000000000000000000
--- a/mojo/public/interfaces/application/application.mojom
+++ /dev/null
@@ -1,24 +0,0 @@
-// Copyright 2014 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.
-
-module mojo;
-
-import "mojo/public/interfaces/application/service_provider.mojom";
-
-// Applications vend Services through the ServiceProvider interface. Services
-// implement Interfaces.
-interface Application {
- // Initialize is guaranteed to be called before any AcceptConnection calls.
- Initialize(array<string>? args);
-
- // Called in response to a call to mojo.Shell.ConnectToApplication().
- // The |services| and |exposed_services| parameters are the same as those on
- // mojo.Shell.ConnectToApplication().
- // |services| will be used to look up services provided by this application.
- // |exposed_services| can be used to look up services exposed by the
- // application at |requestor_url|.
- AcceptConnection(string requestor_url,
- ServiceProvider&? services,
- ServiceProvider? exposed_services);
-};
« no previous file with comments | « mojo/public/interfaces/application/BUILD.gn ('k') | mojo/public/interfaces/application/service_provider.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698