Index: device/bluetooth/bluetooth_adapter.h |
diff --git a/device/bluetooth/bluetooth_adapter.h b/device/bluetooth/bluetooth_adapter.h |
index 7ea7095c4a11b721c704cd83ff31745aad8dcce3..7aba17ee592b41631520996acb680d5d16a1e5da 100644 |
--- a/device/bluetooth/bluetooth_adapter.h |
+++ b/device/bluetooth/bluetooth_adapter.h |
@@ -121,7 +121,7 @@ class BluetoothAdapter : public base::RefCounted<BluetoothAdapter> { |
// |
// Since discovery may already be in progress when this method is called, |
// callers should retrieve the current set of discovered devices by calling |
- // GetDevices() and checking for those with IsVisible() as true. |
+ // GetDevices() and checking for those with IsPaired() as false. |
virtual void StartDiscovering(const base::Closure& callback, |
const ErrorCallback& error_callback) = 0; |