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

Unified Diff: device/bluetooth/bluetooth_adapter_factory.h

Issue 180163009: chrome.bluetooth API improvements. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address code review feedback, simplify threading model. Created 6 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_factory.h
diff --git a/device/bluetooth/bluetooth_adapter_factory.h b/device/bluetooth/bluetooth_adapter_factory.h
index 3b6a2c27ea5cbe417a46a3b8432c51d3d1b053c5..96694371d1ccc735be8a5dab0dddb7d58cfc83ce 100644
--- a/device/bluetooth/bluetooth_adapter_factory.h
+++ b/device/bluetooth/bluetooth_adapter_factory.h
@@ -18,6 +18,7 @@ namespace device {
// adapter" which may change depending on availability.
class BluetoothAdapterFactory {
public:
+ typedef base::Callback<void(BluetoothAdapter* adapter)> AdapterInitializer;
keybuk 2014/03/27 20:20:07 Remove this now?
rpaquay 2014/03/27 22:00:01 Done.
typedef base::Callback<void(scoped_refptr<BluetoothAdapter> adapter)>
AdapterCallback;

Powered by Google App Engine
This is Rietveld 408576698