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

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

Issue 2304213002: Show device connection and paired status in chooser on Mac (Closed)
Patch Set: added code to handle text identation Created 4 years, 3 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/bluetooth_allowed_devices_map.h
diff --git a/content/browser/bluetooth/bluetooth_allowed_devices_map.h b/content/browser/bluetooth/bluetooth_allowed_devices_map.h
index 86dadd2143da07e4c07a8d14ddeb5563624569f7..9c18862bfb443edefa3f172cbc9e9f78c39046db 100644
--- a/content/browser/bluetooth/bluetooth_allowed_devices_map.h
+++ b/content/browser/bluetooth/bluetooth_allowed_devices_map.h
@@ -51,8 +51,9 @@ class CONTENT_EXPORT BluetoothAllowedDevicesMap final {
// Returns the Bluetooth Device's id for |origin| if |origin| is allowed to
// access the device.
- const WebBluetoothDeviceId* GetDeviceId(const url::Origin& origin,
- const std::string& device_address);
+ const WebBluetoothDeviceId* GetDeviceId(
+ const url::Origin& origin,
+ const std::string& device_address) const;
// For |device_id| in |origin|, returns the Bluetooth device's address. If
// there is no such |device_id| in |origin|, returns an empty string.

Powered by Google App Engine
This is Rietveld 408576698