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

Unified Diff: content/shell/browser/layout_test/layout_test_first_device_bluetooth_chooser.cc

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: content/shell/browser/layout_test/layout_test_first_device_bluetooth_chooser.cc
diff --git a/content/shell/browser/layout_test/layout_test_first_device_bluetooth_chooser.cc b/content/shell/browser/layout_test/layout_test_first_device_bluetooth_chooser.cc
index d888d18414b35be353950dd630ae27880e5ef61a..57c339d2327f5059b9dd81e6524e07ba3cd2cda3 100644
--- a/content/shell/browser/layout_test/layout_test_first_device_bluetooth_chooser.cc
+++ b/content/shell/browser/layout_test/layout_test_first_device_bluetooth_chooser.cc
@@ -51,7 +51,7 @@ void LayoutTestFirstDeviceBluetoothChooser::AddOrUpdateDevice(
const base::string16& deviceName,
bool is_gatt_connected,
bool is_paired,
- const int8_t* rssi) {
+ int signal_strength_level) {
event_handler_.Run(Event::SELECTED, device_id);
}

Powered by Google App Engine
This is Rietveld 408576698