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

Unified Diff: device/bluetooth/bluetooth_adapter_chromeos.h

Issue 188163003: Bluetooth: register agent when we have an adapter (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 10 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
« no previous file with comments | « no previous file | device/bluetooth/bluetooth_adapter_chromeos.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/bluetooth/bluetooth_adapter_chromeos.h
diff --git a/device/bluetooth/bluetooth_adapter_chromeos.h b/device/bluetooth/bluetooth_adapter_chromeos.h
index a7afdc8a9d250c22fba50467600e1a8c886037e7..f9e5ea2627c9c44a05f2d11751643279ff790ef0 100644
--- a/device/bluetooth/bluetooth_adapter_chromeos.h
+++ b/device/bluetooth/bluetooth_adapter_chromeos.h
@@ -126,9 +126,6 @@ class BluetoothAdapterChromeOS
const ConfirmationCallback& callback) OVERRIDE;
virtual void Cancel() OVERRIDE;
- // PairingContext is an API between BluetoothAdapterChromeOS and
- // BluetoothDeviceChromeOS for a single pairing attempt, wrapping the
- // callbacks of the underlying BluetoothAgentServiceProvider object.
// Called by dbus:: on completion of the D-Bus method call to register the
// pairing agent.
void OnRegisterAgent();
« no previous file with comments | « no previous file | device/bluetooth/bluetooth_adapter_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698