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

Unified Diff: services/service_registry/service_registry.mojom

Issue 968493004: Moved service_registry from services to mojo/services/service_registry (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 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 | « services/service_registry/BUILD.gn ('k') | sky/viewer/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/service_registry/service_registry.mojom
diff --git a/services/service_registry/service_registry.mojom b/services/service_registry/service_registry.mojom
deleted file mode 100644
index 3db297b9506325e8f663244fdd6bef5d0da0aa89..0000000000000000000000000000000000000000
--- a/services/service_registry/service_registry.mojom
+++ /dev/null
@@ -1,12 +0,0 @@
-// 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.
-
-module service_registry;
-
-import "mojo/public/interfaces/application/service_provider.mojom";
-
-interface ServiceRegistry {
- AddServices(array<string> interface_names,
- mojo.ServiceProvider service_provider);
-};
« no previous file with comments | « services/service_registry/BUILD.gn ('k') | sky/viewer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698