Chromium Code Reviews| Index: chromeos/dbus/mock_dbus_thread_manager_without_gmock.h |
| diff --git a/chromeos/dbus/mock_dbus_thread_manager_without_gmock.h b/chromeos/dbus/mock_dbus_thread_manager_without_gmock.h |
| index c11b369b78588e1e1b091c3c1981762c0795cf43..66152afbdea4aa93434fd09442f32e68daa07242 100644 |
| --- a/chromeos/dbus/mock_dbus_thread_manager_without_gmock.h |
| +++ b/chromeos/dbus/mock_dbus_thread_manager_without_gmock.h |
| @@ -29,7 +29,10 @@ class FakeCryptohomeClient; |
| class FakeOldBluetoothAdapterClient; |
| class FakeOldBluetoothDeviceClient; |
| class FakeOldBluetoothManagerClient; |
| +class FakePowerManagerClient; |
| +class FakeSessionManagerClient; |
| class FakeShillManagerClient; |
| +class FakeUpdateEngineClient; |
| class MockIBusClient; |
| class MockIBusConfigClient; |
| class MockIBusEngineFactoryService; |
| @@ -167,7 +170,10 @@ class MockDBusThreadManagerWithoutGMock : public DBusThreadManager { |
| fake_bluetooth_profile_manager_client_; |
| scoped_ptr<FakeCrosDisksClient> fake_cros_disks_client_; |
| scoped_ptr<FakeCryptohomeClient> fake_cryptohome_client_; |
| + scoped_ptr<FakePowerManagerClient> fake_power_manager_client_; |
| + scoped_ptr<FakeSessionManagerClient> fake_session_manager_client_; |
| scoped_ptr<FakeShillManagerClient> fake_shill_manager_client_; |
| + scoped_ptr<FakeUpdateEngineClient> fake_update_engine_client_; |
| // These fake_old_bluetooth_*_client_ are for old Bluetooth*Client. |
| // Will be removed once http://crbug.com/221813 is resolved. |
| @@ -182,6 +188,7 @@ class MockDBusThreadManagerWithoutGMock : public DBusThreadManager { |
| scoped_ptr<MockIBusEngineFactoryService> mock_ibus_engine_factory_service_; |
| scoped_ptr<MockIBusPanelService> mock_ibus_panel_service_; |
| + scoped_ptr<PowerPolicyController> power_policy_controller_; |
|
satorux1
2013/05/01 04:39:58
Is it ok to use the real implementation? Looks thi
Haruki Sato
2013/05/01 05:38:58
It's a kind of translator or or a wrapper of Power
|
| dbus::Bus* ibus_bus_; |
| ObserverList<DBusThreadManagerObserver> observers_; |