| Index: content/shell/common/layout_test/layout_test_bluetooth_fake_adapter_setter.mojom
|
| diff --git a/content/shell/common/layout_test/layout_test_bluetooth_fake_adapter_setter.mojom b/content/shell/common/layout_test/layout_test_bluetooth_fake_adapter_setter.mojom
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..347daa15a046863633bce42320c579cf11fccd92
|
| --- /dev/null
|
| +++ b/content/shell/common/layout_test/layout_test_bluetooth_fake_adapter_setter.mojom
|
| @@ -0,0 +1,14 @@
|
| +// Copyright 2016 The Chromium Authors. All rights reserved.
|
| +// Use of this source code is governed by a BSD-style license that can be
|
| +// found in the LICENSE file.
|
| +
|
| +module content.mojom;
|
| +
|
| +interface LayoutTestBluetoothFakeAdapterSetter {
|
| +
|
| + // Sets a mock BluetoothAdapter. The characteristics of the adapter
|
| + // depend on |adapter_name|. For a list of available mock adapters
|
| + // see layout_test_bluetooth_adapter_provider.h
|
| + Set(string adapter_name) => ();
|
| +
|
| +};
|
|
|