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

Unified Diff: content/browser/bluetooth/web_bluetooth_service_impl.h

Issue 2762023002: work in progress 2
Patch Set: Created 3 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: content/browser/bluetooth/web_bluetooth_service_impl.h
diff --git a/content/browser/bluetooth/web_bluetooth_service_impl.h b/content/browser/bluetooth/web_bluetooth_service_impl.h
index c8a4c590726844bb6fb92ca659fe42af7a45c7fa..11c3714ecbeb9c412401745857057795340629bb 100644
--- a/content/browser/bluetooth/web_bluetooth_service_impl.h
+++ b/content/browser/bluetooth/web_bluetooth_service_impl.h
@@ -65,6 +65,14 @@ class CONTENT_EXPORT WebBluetoothServiceImpl
// GetLastCommittedOrigin().
bool IsDevicePaired(const std::string& device_address);
+ // BluetoothAdapter::Observer:
+ void AdapterDiscoveringChanged(device::BluetoothAdapter* adapter,
+ bool discovering) override;
+
+ bool IsDiscoverySessionActive();
+
+ void SimulateRequestDevice();
+
private:
friend class FrameConnectedBluetoothDevicesTest;
typedef base::Callback<void(device::BluetoothDevice*)>

Powered by Google App Engine
This is Rietveld 408576698