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

Side by Side Diff: content/shell/browser/layout_test/layout_test_first_device_bluetooth_chooser.h

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 unified diff | Download patch
« no previous file with comments | « content/shell/browser/layout_test/layout_test_bluetooth_chooser_factory.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CONTENT_SHELL_BROWSER_LAYOUT_TEST_LAYOUT_TEST_FIRST_DEVICE_BLUETOOTH_CHO OSER_H_ 5 #ifndef CONTENT_SHELL_BROWSER_LAYOUT_TEST_LAYOUT_TEST_FIRST_DEVICE_BLUETOOTH_CHO OSER_H_
6 #define CONTENT_SHELL_BROWSER_LAYOUT_TEST_LAYOUT_TEST_FIRST_DEVICE_BLUETOOTH_CHO OSER_H_ 6 #define CONTENT_SHELL_BROWSER_LAYOUT_TEST_LAYOUT_TEST_FIRST_DEVICE_BLUETOOTH_CHO OSER_H_
7 7
8 #include <string> 8 #include <string>
9 9
10 #include "base/macros.h" 10 #include "base/macros.h"
(...skipping 14 matching lines...) Expand all
25 25
26 // BluetoothChooser: 26 // BluetoothChooser:
27 void SetAdapterPresence(AdapterPresence presence) override; 27 void SetAdapterPresence(AdapterPresence presence) override;
28 void ShowDiscoveryState(DiscoveryState state) override; 28 void ShowDiscoveryState(DiscoveryState state) override;
29 void AddOrUpdateDevice(const std::string& device_id, 29 void AddOrUpdateDevice(const std::string& device_id,
30 bool should_update_name, 30 bool should_update_name,
31 const base::string16& device_name, 31 const base::string16& device_name,
32 bool is_gatt_connected, 32 bool is_gatt_connected,
33 bool is_paired, 33 bool is_paired,
34 int signal_strength_level) override; 34 int signal_strength_level) override;
35 void RemoveDevice(const std::string& device_id) override {}
36 35
37 private: 36 private:
38 EventHandler event_handler_; 37 EventHandler event_handler_;
39 38
40 DISALLOW_COPY_AND_ASSIGN(LayoutTestFirstDeviceBluetoothChooser); 39 DISALLOW_COPY_AND_ASSIGN(LayoutTestFirstDeviceBluetoothChooser);
41 }; 40 };
42 41
43 } // namespace content 42 } // namespace content
44 43
45 #endif // CONTENT_SHELL_BROWSER_LAYOUT_TEST_LAYOUT_TEST_FIRST_DEVICE_BLUETOOTH_ CHOOSER_H_ 44 #endif // CONTENT_SHELL_BROWSER_LAYOUT_TEST_LAYOUT_TEST_FIRST_DEVICE_BLUETOOTH_ CHOOSER_H_
OLDNEW
« no previous file with comments | « content/shell/browser/layout_test/layout_test_bluetooth_chooser_factory.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698