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

Unified Diff: content/shell/browser/layout_test/layout_test_bluetooth_chooser_factory.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_bluetooth_chooser_factory.cc
diff --git a/content/shell/browser/layout_test/layout_test_bluetooth_chooser_factory.cc b/content/shell/browser/layout_test/layout_test_bluetooth_chooser_factory.cc
index a91c1ce1fa298df5e3657acb194deeab67ad1330..c4b8ac31d0c8a06a2981729a88d49e20293b3b77 100644
--- a/content/shell/browser/layout_test/layout_test_bluetooth_chooser_factory.cc
+++ b/content/shell/browser/layout_test/layout_test_bluetooth_chooser_factory.cc
@@ -66,7 +66,7 @@ class LayoutTestBluetoothChooserFactory::Chooser : public BluetoothChooser {
const base::string16& device_name,
bool is_gatt_connected,
bool is_paired,
- const int8_t* rssi) override {
+ int signal_strength_level) override {
CheckFactory();
std::string event = "add-device(";
event += base::UTF16ToUTF8(device_name);

Powered by Google App Engine
This is Rietveld 408576698