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

Unified Diff: content/renderer/bluetooth/bluetooth_dispatcher.cc

Issue 1564953003: bluetooth: Remove BluetoothDevice.paired (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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/renderer/bluetooth/bluetooth_dispatcher.cc
diff --git a/content/renderer/bluetooth/bluetooth_dispatcher.cc b/content/renderer/bluetooth/bluetooth_dispatcher.cc
index 9ffca9e039bef52653d441b2eb650a051d1cbb63..82bad22cb0993b98088c0f0bcf98e5f4d63f24cb 100644
--- a/content/renderer/bluetooth/bluetooth_dispatcher.cc
+++ b/content/renderer/bluetooth/bluetooth_dispatcher.cc
@@ -556,7 +556,7 @@ void BluetoothDispatcher::OnRequestDeviceSuccess(
WebString::fromUTF8(device.id), WebString(device.name),
device.tx_power, device.rssi, device.device_class,
GetWebVendorIdSource(device.vendor_id_source), device.vendor_id,
- device.product_id, device.product_version, device.paired, uuids)));
+ device.product_id, device.product_version, uuids)));
pending_requests_.Remove(request_id);
}
« no previous file with comments | « content/common/bluetooth/bluetooth_messages.h ('k') | third_party/WebKit/LayoutTests/bluetooth/idl-BluetoothDevice.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698