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

Unified Diff: content/common/bluetooth/bluetooth_scan_filter.cc

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: content/common/bluetooth/bluetooth_scan_filter.cc
diff --git a/content/common/bluetooth/bluetooth_scan_filter.cc b/content/common/bluetooth/bluetooth_scan_filter.cc
index be8786d16402af6a494fdca49fe684ba1ff53e55..3ab22aedfa378230c91df0297e285413fa40b178 100644
--- a/content/common/bluetooth/bluetooth_scan_filter.cc
+++ b/content/common/bluetooth/bluetooth_scan_filter.cc
@@ -9,11 +9,6 @@ namespace content {
BluetoothScanFilter::BluetoothScanFilter() : services() {
}
-BluetoothScanFilter::BluetoothScanFilter(
- const std::vector<device::BluetoothUUID>& services)
- : services(services) {
-}
-
BluetoothScanFilter::~BluetoothScanFilter() {
}
« no previous file with comments | « content/common/bluetooth/bluetooth_scan_filter.h ('k') | content/renderer/bluetooth/bluetooth_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698