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

Unified Diff: device/bluetooth/mojo/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: Add header 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/mojo/bluetooth_uuid.mojom
diff --git a/gpu/ipc/common/capabilities.mojom b/device/bluetooth/mojo/bluetooth_uuid.mojom
similarity index 72%
copy from gpu/ipc/common/capabilities.mojom
copy to device/bluetooth/mojo/bluetooth_uuid.mojom
index fd35409e940e193377d9411c182e99746220f2a7..426e53865ef68198e3485552ba2ef0eac742e9bd 100644
--- a/gpu/ipc/common/capabilities.mojom
+++ b/device/bluetooth/mojo/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 Capabilities;
+struct BluetoothUUID {
+ string? uuid;
Ken Rockot(use gerrit already) 2016/05/26 21:05:07 It seems pointless to make this nullable
ortuno 2016/05/27 14:38:35 Done
+};

Powered by Google App Engine
This is Rietveld 408576698