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

Unified Diff: third_party/WebKit/public/platform/modules/bluetooth/WebRequestDeviceOptions.h

Issue 1415533006: bluetooth: Implement requestDevice by name or name prefix (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bluetooth-characteristic-properties
Patch Set: Merge with ToT and fix histograms conflict Created 5 years, 1 month 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: third_party/WebKit/public/platform/modules/bluetooth/WebRequestDeviceOptions.h
diff --git a/third_party/WebKit/public/platform/modules/bluetooth/WebRequestDeviceOptions.h b/third_party/WebKit/public/platform/modules/bluetooth/WebRequestDeviceOptions.h
index 5186f45f15865efa312a1cfbe0b10d4eba7635e8..f482c4c826dd1c1520b162e71c55fd6966e44f14 100644
--- a/third_party/WebKit/public/platform/modules/bluetooth/WebRequestDeviceOptions.h
+++ b/third_party/WebKit/public/platform/modules/bluetooth/WebRequestDeviceOptions.h
@@ -14,12 +14,10 @@ namespace blink {
// specified in the IDL.
struct WebBluetoothScanFilter {
WebBluetoothScanFilter() { }
- WebBluetoothScanFilter(const WebVector<WebString>& services)
- : services(services)
- {
- }
WebVector<WebString> services;
+ WebString name;
+ WebString namePrefix;
};
// Contains members corresponding to RequestDeviceOptions members as
« no previous file with comments | « third_party/WebKit/Source/modules/bluetooth/BluetoothScanFilter.idl ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698