| Index: services/nacl/pexe_translator.mojom
|
| diff --git a/mojo/services/sharing/interfaces/sharing.mojom b/services/nacl/pexe_translator.mojom
|
| similarity index 63%
|
| copy from mojo/services/sharing/interfaces/sharing.mojom
|
| copy to services/nacl/pexe_translator.mojom
|
| index 494b5523e6694c67ce8ebd0c84b46f5fe97cbfbe..dcdc0048026b7f791e72cedcc947165f3fee8cf6 100644
|
| --- a/mojo/services/sharing/interfaces/sharing.mojom
|
| +++ b/services/nacl/pexe_translator.mojom
|
| @@ -2,9 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -[DartPackage="mojo_services"]
|
| -module mojo;
|
| +module mojo.nacl;
|
|
|
| -interface SharingService {
|
| - ShareText(string text);
|
| +interface PexeTranslator {
|
| + PexeTranslate(handle<message_pipe> message_handle);
|
| };
|
|
|