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

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

Issue 2753613002: Remove content::BluetoothChooser::RemoveDevice() function (Closed)
Patch Set: remove content::BluetoothChooser::RemoveDevice() function Created 3 years, 9 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 9367ee9b8bef4152e7026dfe6d48b5554bee07ee..a8f893e6d0e39f9f5f92746cb61e9bdd0768bcfe 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
@@ -75,14 +75,6 @@ class LayoutTestBluetoothChooserFactory::Chooser : public BluetoothChooser {
factory_->events_.push_back(event);
}
- void RemoveDevice(const std::string& device_id) override {
- CheckFactory();
- std::string event = "remove-device(";
- event += device_id;
- event += ")";
- factory_->events_.push_back(event);
- }
-
EventHandler event_handler;
private:

Powered by Google App Engine
This is Rietveld 408576698