[go: nahoru, domu]

blob: 4ec1760d4e2d9a02f88bf262c8b3bc93486ab4e4 [file] [log] [blame]
// Copyright 2021 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
module named_mojo_ipc_server.test.mojom;
// A simple mojo interface for testing.
interface Echo {
// Simply returns |input|.
EchoString(string input) => (string echoed_output);
};