// Copyright 2017 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
module media_router.mojom;
import "components/media_router/common/mojom/media_router.mojom";
// All functions on this interface echo their arguments to test StructTraits
// serialization and deserialization.
interface MediaRouterTraitsTestService {
[Sync]
EchoMediaSink(MediaSink s) => (MediaSink sink);
};