Chromium Code Reviews

Side by Side Diff: services/nacl/pexe_translator.mojom

Issue 1382713002: Creating a pexe content handler to translate and run pexes. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Tests Added Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
OLDNEW
1 // Copyright 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 [DartPackage="mojo_services"] 5 module mojo.nacl;
6 module mojo;
7 6
8 interface SharingService { 7 interface PexeTranslator {
9 ShareText(string text); 8 PexeTranslate(handle<message_pipe> message_handle);
10 }; 9 };
OLDNEW

Powered by Google App Engine