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

Unified Diff: device/bluetooth/bluetooth_adapter.h

Issue 13416005: Bluetooth: clean up BluetoothDevice (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Make GetServices return a copy of the list Created 7 years, 9 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: 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;

Powered by Google App Engine
This is Rietveld 408576698