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

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

Issue 2821973003: bluetooth: Add RSSI icon for bluetooth choosers. (Closed)
Patch Set: clean up Created 3 years, 8 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.cc
diff --git a/chrome/browser/ui/android/bluetooth_chooser_android.cc b/chrome/browser/ui/android/bluetooth_chooser_android.cc
index 1aa6d18aa5634b7d2de54b04504cea7611e52313..bb1408c9e8ded8bbb5a66f6d62a4ef5292c0e56e 100644
--- a/chrome/browser/ui/android/bluetooth_chooser_android.cc
+++ b/chrome/browser/ui/android/bluetooth_chooser_android.cc
@@ -106,7 +106,8 @@ void BluetoothChooserAndroid::AddOrUpdateDevice(
ScopedJavaLocalRef<jstring> java_device_name =
ConvertUTF16ToJavaString(env, device_name);
Java_BluetoothChooserDialog_addOrUpdateDevice(
- env, java_dialog_, java_device_id, java_device_name, is_gatt_connected);
+ env, java_dialog_, java_device_id, java_device_name, is_gatt_connected,
+ signal_strength_level);
}
void BluetoothChooserAndroid::OnDialogFinished(

Powered by Google App Engine
This is Rietveld 408576698