Chromium Code Reviews| 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..52b0d58f5e2733a203fb4f75191a1296a09f2600 |
| --- /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 sky; |
|
abarth-chromium
2015/02/27 07:48:22
module service_registry?
hansmuller1
2015/02/27 15:39:51
Oops, yes. Thanks for catching that!
|
| + |
| +import "mojo/public/interfaces/application/service_provider.mojom"; |
| + |
| +interface ServiceRegistry { |
| + AddServices(array<string> interface_names, |
| + mojo.ServiceProvider service_provider); |
| +}; |