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

Unified Diff: chrome/browser/ui/android/bluetooth_chooser_android.h

Issue 2245603003: Add signal strength indicator icon to WebBluetooth chooser on non-Mac desktops (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address more comments Created 4 years, 4 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: chrome/browser/ui/android/bluetooth_chooser_android.h
diff --git a/chrome/browser/ui/android/bluetooth_chooser_android.h b/chrome/browser/ui/android/bluetooth_chooser_android.h
index 13ab583afe3b03c4958cf8598ff61039c626481f..c31052247864ca8dd339be704b18c3533b4e2f21 100644
--- a/chrome/browser/ui/android/bluetooth_chooser_android.h
+++ b/chrome/browser/ui/android/bluetooth_chooser_android.h
@@ -31,7 +31,7 @@ class BluetoothChooserAndroid : public content::BluetoothChooser {
const base::string16& device_name,
bool is_gatt_connected,
bool is_paired,
- const int8_t* rssi) override;
+ int signal_strength_level) override;
void RemoveDevice(const std::string& device_id) override;
// Report the dialog's result.
« no previous file with comments | « chrome/browser/chooser_controller/chooser_controller.cc ('k') | chrome/browser/ui/android/bluetooth_chooser_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698