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

Unified Diff: Source/modules/bluetooth/BluetoothScanFilter.idl

Issue 1182973002: Implement the Blink side of RequestDeviceOptions. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@pinned
Patch Set: Prepare readValue.html for a mock data change Created 5 years, 6 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: Source/modules/bluetooth/BluetoothScanFilter.idl
diff --git a/Source/modules/credentialmanager/CredentialData.idl b/Source/modules/bluetooth/BluetoothScanFilter.idl
similarity index 51%
copy from Source/modules/credentialmanager/CredentialData.idl
copy to Source/modules/bluetooth/BluetoothScanFilter.idl
index 68d5363775e832dd1e30cf817beb07e0d061e1d7..c69ed404ee69c241f14e0521cd3d6ff37ebbffbb 100644
--- a/Source/modules/credentialmanager/CredentialData.idl
+++ b/Source/modules/bluetooth/BluetoothScanFilter.idl
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// https://w3c.github.io/webappsec/specs/credentialmanagement/#dictdef-credentialdata
+// https://webbluetoothcg.github.io/web-bluetooth/#idl-def-bluetoothscanfilter
-dictionary CredentialData {
- DOMString id;
+dictionary BluetoothScanFilter {
+ sequence<BluetoothServiceUUID> services;
};

Powered by Google App Engine
This is Rietveld 408576698