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

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

Issue 2065893002: bluetooth: android: removed duplicate restart of scanning. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Moved restart of search from Android chooser to chooser controller. Created 4 years, 6 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 bd817b1ec0fdb37338b36fb0523c1e7aaeeff94d..66c752e1d55c3965d4ace321e18c4daefe507b06 100644
--- a/chrome/browser/ui/android/bluetooth_chooser_android.cc
+++ b/chrome/browser/ui/android/bluetooth_chooser_android.cc
@@ -70,7 +70,6 @@ void BluetoothChooserAndroid::SetAdapterPresence(AdapterPresence presence) {
Java_BluetoothChooserDialog_notifyAdapterTurnedOff(env, java_dialog_.obj());
} else {
Java_BluetoothChooserDialog_notifyAdapterTurnedOn(env, java_dialog_.obj());
- RestartSearch();
}
}

Powered by Google App Engine
This is Rietveld 408576698