Chromium Code Reviews| Index: content/shell/common/layout_test/layout_test_bluetooth_fake_adapter_setter.mojom |
| diff --git a/gpu/command_buffer/common/capabilities.mojom b/content/shell/common/layout_test/layout_test_bluetooth_fake_adapter_setter.mojom |
| similarity index 60% |
| copy from gpu/command_buffer/common/capabilities.mojom |
| copy to content/shell/common/layout_test/layout_test_bluetooth_fake_adapter_setter.mojom |
| index fd35409e940e193377d9411c182e99746220f2a7..c020b0504575bbcd1bff6c43a29ccc6caa9fd029 100644 |
| --- a/gpu/command_buffer/common/capabilities.mojom |
| +++ b/content/shell/common/layout_test/layout_test_bluetooth_fake_adapter_setter.mojom |
| @@ -2,7 +2,10 @@ |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| -module gpu.mojom; |
| +module content.mojom; |
| -[Native] |
| -struct Capabilities; |
| +interface LayoutTestBluetoothFakeAdapterSetter { |
| + |
| + Set(string adapter_name) => (); |
|
Jeffrey Yasskin
2016/03/24 23:47:54
Comment what this does.
ortuno
2016/03/28 23:26:44
Done.
|
| + |
| +}; |