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

Unified Diff: content/common/bluetooth/bluetooth_device.h

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/common/bluetooth/bluetooth_device.h
diff --git a/content/common/bluetooth/bluetooth_device.h b/content/common/bluetooth/bluetooth_device.h
index 064c4ab6b91c3cd45ad0dd960af4f2d5b4731b05..7350efc30d2110eb1f6ecd2c0fa5961bb74b78af 100644
--- a/content/common/bluetooth/bluetooth_device.h
+++ b/content/common/bluetooth/bluetooth_device.h
@@ -28,7 +28,6 @@ struct CONTENT_EXPORT BluetoothDevice {
uint16_t vendor_id,
uint16_t product_id,
uint16_t product_version,
- bool paired,
const std::vector<std::string>& uuids);
~BluetoothDevice();
@@ -51,7 +50,6 @@ struct CONTENT_EXPORT BluetoothDevice {
uint16_t vendor_id;
uint16_t product_id;
uint16_t product_version;
- bool paired;
std::vector<std::string> uuids; // 128bit UUIDs with dashes. 36 chars.
};
« no previous file with comments | « content/browser/bluetooth/bluetooth_dispatcher_host.cc ('k') | content/common/bluetooth/bluetooth_device.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698