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

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

Issue 2704263004: bluetooth: Add connected icon to Bluetooth Chooser on Android (Closed)
Patch Set: Change name Created 3 years, 10 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 a15fe998ca7f6a4b1b06934cbecd21850a5a750f..d1e7b5a127f0df43cab53223d5510cbd8669f449 100644
--- a/chrome/browser/ui/android/bluetooth_chooser_android.cc
+++ b/chrome/browser/ui/android/bluetooth_chooser_android.cc
@@ -106,7 +106,7 @@ void BluetoothChooserAndroid::AddOrUpdateDevice(
ScopedJavaLocalRef<jstring> java_device_name =
ConvertUTF16ToJavaString(env, device_name);
Java_BluetoothChooserDialog_addOrUpdateDevice(
- env, java_dialog_, java_device_id, java_device_name);
+ env, java_dialog_, java_device_id, java_device_name, is_gatt_connected);
}
void BluetoothChooserAndroid::RemoveDevice(const std::string& device_id) {

Powered by Google App Engine
This is Rietveld 408576698