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

Unified Diff: third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.cpp

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: third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.cpp
diff --git a/third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.cpp b/third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.cpp
index 372dc42339070a505af7255273accf3ec5537183..9277df92745234fdef93a5f8b60f4bcb26df2b5c 100644
--- a/third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.cpp
+++ b/third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.cpp
@@ -69,11 +69,6 @@ unsigned BluetoothDevice::productVersion(bool& isNull)
return m_webDevice->productVersion;
}
-bool BluetoothDevice::paired()
-{
- return m_webDevice->paired;
-}
-
Vector<String> BluetoothDevice::uuids()
{
Vector<String> uuids(m_webDevice->uuids.size());

Powered by Google App Engine
This is Rietveld 408576698