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

Unified Diff: device/bluetooth/public/interfaces/bluetooth_uuid.mojom

Issue 2015463004: bluetooth: Use BluetoothUUID instead of string when sending uuids (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bluetooth-mojo-request-device
Patch Set: Lint Created 4 years, 7 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: device/bluetooth/public/interfaces/bluetooth_uuid.mojom
diff --git a/gpu/ipc/common/mailbox_holder.mojom b/device/bluetooth/public/interfaces/bluetooth_uuid.mojom
similarity index 73%
copy from gpu/ipc/common/mailbox_holder.mojom
copy to device/bluetooth/public/interfaces/bluetooth_uuid.mojom
index 773f40256ca7e68da1df733ea6c4c6bd7eaa93d4..94ac31fcf3a8961333938e9204a6ff5901769e21 100644
--- a/gpu/ipc/common/mailbox_holder.mojom
+++ b/device/bluetooth/public/interfaces/bluetooth_uuid.mojom
@@ -2,7 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-module gpu.mojom;
+module device.mojom;
-[Native]
-struct MailboxHolder;
+struct BluetoothUUID {
+ string uuid;
+};

Powered by Google App Engine
This is Rietveld 408576698