summaryrefslogtreecommitdiffstats
path: root/device/bluetooth/bluetooth_task_manager_win.h
diff options
context:
space:
mode:
authorkeybuk@chromium.org <keybuk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-28 19:52:26 +0000
committerkeybuk@chromium.org <keybuk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-28 19:52:26 +0000
commitc37c3e5c17b5f599763472af449d9cd2c1aafff1 (patch)
treef71a089714262f2e52017d085f2464513446545f /device/bluetooth/bluetooth_task_manager_win.h
parent2cdde1cdaa8b1b03d24145266825c1bb9e31149e (diff)
downloadchromium_src-c37c3e5c17b5f599763472af449d9cd2c1aafff1.zip
chromium_src-c37c3e5c17b5f599763472af449d9cd2c1aafff1.tar.gz
chromium_src-c37c3e5c17b5f599763472af449d9cd2c1aafff1.tar.bz2
Bluetooth: remove BluetoothAdapter::IsScanning
We never used this attribute, and the difference between IsDiscovering was never well defined. BUG=none TEST=device_unittests Review URL: https://chromiumcodereview.appspot.com/12881020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@191200 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'device/bluetooth/bluetooth_task_manager_win.h')
-rw-r--r--device/bluetooth/bluetooth_task_manager_win.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/device/bluetooth/bluetooth_task_manager_win.h b/device/bluetooth/bluetooth_task_manager_win.h
index 3608667..a207cc2 100644
--- a/device/bluetooth/bluetooth_task_manager_win.h
+++ b/device/bluetooth/bluetooth_task_manager_win.h
@@ -63,7 +63,6 @@ class BluetoothTaskManagerWin
virtual void AdapterStateChanged(const AdapterState& state) {}
virtual void DiscoveryStarted(bool success) {}
virtual void DiscoveryStopped() {}
- virtual void ScanningChanged(bool scanning) {}
virtual void DevicesDiscovered(const ScopedVector<DeviceState>& devices) {}
};
@@ -98,7 +97,6 @@ class BluetoothTaskManagerWin
void OnAdapterStateChanged(const AdapterState* state);
void OnDiscoveryStarted(bool success);
void OnDiscoveryStopped();
- void OnScanningChanged(bool scanning);
void OnDevicesDiscovered(const ScopedVector<DeviceState>* devices);
// Called on BluetoothTaskRunner.