rAc - revert invalid suggestions to edit mode
[chromium-blink-merge.git] / mojo / shell / test.mojom
blob59ebfa9e6bdbe0727bcbb6f1e29bf876a4ce7085
1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 module mojo {
7 [Peer=TestClient]
8 interface TestService {
9   Test(string test_string);
12 [Peer=TestService]
13 interface TestClient {
14   AckTest();