Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9)

Unified Diff: content/shell/common/layout_test/layout_test_bluetooth_fake_adapter_setter.mojom

Issue 1815483003: bluetooth: Create Mojo equivalent of SetBluetoothMockDataSet (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bluetooth-mojo
Patch Set: Add gyp Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.
+
+};

Powered by Google App Engine
This is Rietveld 408576698