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

Unified Diff: chromeos/dbus/mock_dbus_thread_manager.h

Issue 15020009: Bluetooth: remove legacy backend (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 7 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
« no previous file with comments | « chromeos/dbus/mock_bluetooth_out_of_band_client.cc ('k') | chromeos/dbus/mock_dbus_thread_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/dbus/mock_dbus_thread_manager.h
diff --git a/chromeos/dbus/mock_dbus_thread_manager.h b/chromeos/dbus/mock_dbus_thread_manager.h
index 375969222ec8d0a09e5ffc685aa6ba4805ef7698..33cb2f1dadea21cffd4f9a2802cbe9e693a5c582 100644
--- a/chromeos/dbus/mock_dbus_thread_manager.h
+++ b/chromeos/dbus/mock_dbus_thread_manager.h
@@ -25,12 +25,6 @@ class FakeBluetoothAgentManagerClient;
class FakeBluetoothDeviceClient;
class FakeBluetoothInputClient;
class FakeBluetoothProfileManagerClient;
-class MockBluetoothAdapterClient;
-class MockBluetoothDeviceClient;
-class MockBluetoothInputClient;
-class MockBluetoothManagerClient;
-class MockBluetoothNodeClient;
-class MockBluetoothOutOfBandClient;
class MockCryptohomeClient;
class MockShillDeviceClient;
class MockShillIPConfigClient;
@@ -57,12 +51,6 @@ class MockDBusThreadManager : public DBusThreadManager {
const base::Closure& closure));
MOCK_METHOD0(GetSystemBus, dbus::Bus*(void));
MOCK_METHOD0(GetIBusBus, dbus::Bus*(void));
- MOCK_METHOD0(GetBluetoothAdapterClient, BluetoothAdapterClient*(void));
- MOCK_METHOD0(GetBluetoothDeviceClient, BluetoothDeviceClient*(void));
- MOCK_METHOD0(GetBluetoothInputClient, BluetoothInputClient*(void));
- MOCK_METHOD0(GetBluetoothManagerClient, BluetoothManagerClient*(void));
- MOCK_METHOD0(GetBluetoothNodeClient, BluetoothNodeClient*(void));
- MOCK_METHOD0(GetBluetoothOutOfBandClient, BluetoothOutOfBandClient*(void));
MOCK_METHOD0(GetCrasAudioClient, CrasAudioClient*(void));
MOCK_METHOD0(GetCrosDisksClient, CrosDisksClient*(void));
MOCK_METHOD0(GetCryptohomeClient, CryptohomeClient*(void));
@@ -118,24 +106,6 @@ class MockDBusThreadManager : public DBusThreadManager {
FakeBluetoothProfileManagerClient* fake_bluetooth_profile_manager_client() {
return fake_bluetooth_profile_manager_client_.get();
}
- MockBluetoothAdapterClient* mock_bluetooth_adapter_client() {
- return mock_bluetooth_adapter_client_.get();
- }
- MockBluetoothDeviceClient* mock_bluetooth_device_client() {
- return mock_bluetooth_device_client_.get();
- }
- MockBluetoothInputClient* mock_bluetooth_input_client() {
- return mock_bluetooth_input_client_.get();
- }
- MockBluetoothManagerClient* mock_bluetooth_manager_client() {
- return mock_bluetooth_manager_client_.get();
- }
- MockBluetoothNodeClient* mock_bluetooth_node_client() {
- return mock_bluetooth_node_client_.get();
- }
- MockBluetoothOutOfBandClient* mock_bluetooth_out_of_band_client() {
- return mock_bluetooth_out_of_band_client_.get();
- }
MockCryptohomeClient* mock_cryptohome_client() {
return mock_cryptohome_client_.get();
}
@@ -173,12 +143,6 @@ class MockDBusThreadManager : public DBusThreadManager {
scoped_ptr<FakeBluetoothInputClient> fake_bluetooth_input_client_;
scoped_ptr<FakeBluetoothProfileManagerClient>
fake_bluetooth_profile_manager_client_;
- scoped_ptr<MockBluetoothAdapterClient> mock_bluetooth_adapter_client_;
- scoped_ptr<MockBluetoothDeviceClient> mock_bluetooth_device_client_;
- scoped_ptr<MockBluetoothInputClient> mock_bluetooth_input_client_;
- scoped_ptr<MockBluetoothManagerClient> mock_bluetooth_manager_client_;
- scoped_ptr<MockBluetoothNodeClient> mock_bluetooth_node_client_;
- scoped_ptr<MockBluetoothOutOfBandClient> mock_bluetooth_out_of_band_client_;
scoped_ptr<MockCryptohomeClient> mock_cryptohome_client_;
scoped_ptr<MockShillDeviceClient> mock_shill_device_client_;
scoped_ptr<MockShillIPConfigClient> mock_shill_ipconfig_client_;
« no previous file with comments | « chromeos/dbus/mock_bluetooth_out_of_band_client.cc ('k') | chromeos/dbus/mock_dbus_thread_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698