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

Unified Diff: content/common/bluetooth/bluetooth_device_id.mojom

Issue 2019853002: bluetooth: Use WebBluetoothDeviceId instead of string (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bluetooth-uuid-typemap
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: content/common/bluetooth/bluetooth_device_id.mojom
diff --git a/device/bluetooth/public/interfaces/bluetooth_uuid.mojom b/content/common/bluetooth/bluetooth_device_id.mojom
similarity index 70%
copy from device/bluetooth/public/interfaces/bluetooth_uuid.mojom
copy to content/common/bluetooth/bluetooth_device_id.mojom
index 94ac31fcf3a8961333938e9204a6ff5901769e21..0b1d75c9d303c90bcf78d8b43b36719cbecd5f40 100644
--- a/device/bluetooth/public/interfaces/bluetooth_uuid.mojom
+++ b/content/common/bluetooth/bluetooth_device_id.mojom
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-module device.mojom;
+module content.mojom;
-struct BluetoothUUID {
- string uuid;
+struct BluetoothDeviceId {
+ string device_id;
};

Powered by Google App Engine
This is Rietveld 408576698