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

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

Issue 2210873003: bluetooth: Allow updates on chooser items. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bluetooth-fix-advertised-services
Patch Set: Fix content_shell 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.h
diff --git a/content/shell/browser/layout_test/layout_test_first_device_bluetooth_chooser.h b/content/shell/browser/layout_test/layout_test_first_device_bluetooth_chooser.h
index 391151b0bcccc5baaefb250dcfd8cf37079d3361..b3dd78d8a2fb1bb5a8a1eced00b1809991b2c701 100644
--- a/content/shell/browser/layout_test/layout_test_first_device_bluetooth_chooser.h
+++ b/content/shell/browser/layout_test/layout_test_first_device_bluetooth_chooser.h
@@ -26,8 +26,8 @@ class LayoutTestFirstDeviceBluetoothChooser : public BluetoothChooser {
// BluetoothChooser:
void SetAdapterPresence(AdapterPresence presence) override;
void ShowDiscoveryState(DiscoveryState state) override;
- void AddDevice(const std::string& device_id,
- const base::string16& device_name) override;
+ void AddOrUpdateDevice(const std::string& device_id,
+ const base::string16& device_name) override;
void RemoveDevice(const std::string& device_id) override {}
private:

Powered by Google App Engine
This is Rietveld 408576698