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

Unified Diff: chromeos/dbus/mock_dbus_thread_manager.h

Issue 14037011: dbus: Remove unused MockExperimentalBluetooth*Client (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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/chromeos.gyp ('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 7d1982e9f8a88a586f9bf59461e512465f60d45f..3f92236be4d052bd6364e0aff53e49670af6ddbc 100644
--- a/chromeos/dbus/mock_dbus_thread_manager.h
+++ b/chromeos/dbus/mock_dbus_thread_manager.h
@@ -29,10 +29,6 @@ class MockBluetoothOutOfBandClient;
class MockCrosDisksClient;
class MockCryptohomeClient;
class MockDebugDaemonClient;
-class MockExperimentalBluetoothAdapterClient;
-class MockExperimentalBluetoothAgentManagerClient;
-class MockExperimentalBluetoothDeviceClient;
-class MockExperimentalBluetoothProfileManagerClient;
class MockShillDeviceClient;
class MockShillIPConfigClient;
class MockShillManagerClient;
@@ -141,22 +137,6 @@ class MockDBusThreadManager : public DBusThreadManager {
MockDebugDaemonClient* mock_debugdaemon_client() {
return mock_debugdaemon_client_.get();
}
- MockExperimentalBluetoothAdapterClient*
- mock_experimental_bluetooth_adapter_client() {
- return mock_experimental_bluetooth_adapter_client_.get();
- }
- MockExperimentalBluetoothAgentManagerClient*
- mock_experimental_bluetooth_agent_manager_client() {
- return mock_experimental_bluetooth_agent_manager_client_.get();
- }
- MockExperimentalBluetoothDeviceClient*
- mock_experimental_bluetooth_device_client() {
- return mock_experimental_bluetooth_device_client_.get();
- }
- MockExperimentalBluetoothProfileManagerClient*
- mock_experimental_bluetooth_profile_manager_client() {
- return mock_experimental_bluetooth_profile_manager_client_.get();
- }
MockShillDeviceClient* mock_shill_device_client() {
return mock_shill_device_client_.get();
}
@@ -235,14 +215,6 @@ class MockDBusThreadManager : public DBusThreadManager {
scoped_ptr<MockCrosDisksClient> mock_cros_disks_client_;
scoped_ptr<MockCryptohomeClient> mock_cryptohome_client_;
scoped_ptr<MockDebugDaemonClient> mock_debugdaemon_client_;
- scoped_ptr<MockExperimentalBluetoothAdapterClient>
- mock_experimental_bluetooth_adapter_client_;
- scoped_ptr<MockExperimentalBluetoothAgentManagerClient>
- mock_experimental_bluetooth_agent_manager_client_;
- scoped_ptr<MockExperimentalBluetoothDeviceClient>
- mock_experimental_bluetooth_device_client_;
- scoped_ptr<MockExperimentalBluetoothProfileManagerClient>
- mock_experimental_bluetooth_profile_manager_client_;
scoped_ptr<MockShillDeviceClient> mock_shill_device_client_;
scoped_ptr<MockShillIPConfigClient> mock_shill_ipconfig_client_;
scoped_ptr<MockShillManagerClient> mock_shill_manager_client_;
« no previous file with comments | « chromeos/chromeos.gyp ('k') | chromeos/dbus/mock_dbus_thread_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698