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

Unified Diff: services/service_registry/service_registry.mojom

Issue 958673002: Added ServiceRegistry interface (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/framework/embedder.dart » ('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
new file mode 100644
index 0000000000000000000000000000000000000000..3db297b9506325e8f663244fdd6bef5d0da0aa89
--- /dev/null
+++ b/services/service_registry/service_registry.mojom
@@ -0,0 +1,12 @@
+// 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/framework/embedder.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698