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

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

Issue 2449813002: bluetooth: Implement acceptAllDevices (Closed)
Patch Set: Created 4 years, 2 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: 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 27cf9aaab32b1a1204aebe5e4fdc0a57a654519f..901fc718d1472304064013abf29dd14483357584 100644
--- a/third_party/WebKit/public/platform/modules/bluetooth/WebRequestDeviceOptions.h
+++ b/third_party/WebKit/public/platform/modules/bluetooth/WebRequestDeviceOptions.h
@@ -31,6 +31,7 @@ struct WebRequestDeviceOptions {
WebVector<WebBluetoothScanFilter> filters;
WebVector<WebString> optionalServices;
+ bool acceptAllDevices;
ortuno 2016/10/31 00:00:02 See comment in web_bluetooth.mojom. Move this befo
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698