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

Unified Diff: chrome/browser/chromeos/extensions/bluetooth_event_router.h

Issue 10807087: Bluetooth API: add discovering changed events (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 5 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 | chrome/browser/chromeos/extensions/bluetooth_event_router.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/extensions/bluetooth_event_router.h
diff --git a/chrome/browser/chromeos/extensions/bluetooth_event_router.h b/chrome/browser/chromeos/extensions/bluetooth_event_router.h
index 544c66a380cc98d80fab2acb9aa82dcc9dd4fcdf..408ba48ee4ec512ae792fe7e9612c997542f4e78 100644
--- a/chrome/browser/chromeos/extensions/bluetooth_event_router.h
+++ b/chrome/browser/chromeos/extensions/bluetooth_event_router.h
@@ -43,6 +43,8 @@ class ExtensionBluetoothEventRouter
bool present) OVERRIDE;
virtual void AdapterPoweredChanged(chromeos::BluetoothAdapter* adapter,
bool has_power) OVERRIDE;
+ virtual void AdapterDiscoveringChanged(chromeos::BluetoothAdapter* adapter,
+ bool discovering) OVERRIDE;
virtual void DeviceAdded(chromeos::BluetoothAdapter* adapter,
chromeos::BluetoothDevice* device) OVERRIDE;
« no previous file with comments | « no previous file | chrome/browser/chromeos/extensions/bluetooth_event_router.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698