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

Side by Side Diff: chromeos/dbus/mock_dbus_thread_manager_without_gmock.h

Issue 12186010: chromeos: Add power management policy prefs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix observer registration and bool prefs Created 7 years, 10 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 | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 CHROMEOS_DBUS_MOCK_DBUS_THREAD_MANAGER_WITHOUT_GMOCK_H_ 5 #ifndef CHROMEOS_DBUS_MOCK_DBUS_THREAD_MANAGER_WITHOUT_GMOCK_H_
6 #define CHROMEOS_DBUS_MOCK_DBUS_THREAD_MANAGER_WITHOUT_GMOCK_H_ 6 #define CHROMEOS_DBUS_MOCK_DBUS_THREAD_MANAGER_WITHOUT_GMOCK_H_
7 7
8 #include <string> 8 #include <string>
9 9
10 #include "base/logging.h" 10 #include "base/logging.h"
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 virtual ShillIPConfigClient* GetShillIPConfigClient() OVERRIDE; 52 virtual ShillIPConfigClient* GetShillIPConfigClient() OVERRIDE;
53 virtual ShillManagerClient* GetShillManagerClient() OVERRIDE; 53 virtual ShillManagerClient* GetShillManagerClient() OVERRIDE;
54 virtual ShillProfileClient* GetShillProfileClient() OVERRIDE; 54 virtual ShillProfileClient* GetShillProfileClient() OVERRIDE;
55 virtual ShillServiceClient* GetShillServiceClient() OVERRIDE; 55 virtual ShillServiceClient* GetShillServiceClient() OVERRIDE;
56 virtual GsmSMSClient* GetGsmSMSClient() OVERRIDE; 56 virtual GsmSMSClient* GetGsmSMSClient() OVERRIDE;
57 virtual ImageBurnerClient* GetImageBurnerClient() OVERRIDE; 57 virtual ImageBurnerClient* GetImageBurnerClient() OVERRIDE;
58 virtual IntrospectableClient* GetIntrospectableClient() OVERRIDE; 58 virtual IntrospectableClient* GetIntrospectableClient() OVERRIDE;
59 virtual ModemMessagingClient* GetModemMessagingClient() OVERRIDE; 59 virtual ModemMessagingClient* GetModemMessagingClient() OVERRIDE;
60 virtual PermissionBrokerClient* GetPermissionBrokerClient() OVERRIDE; 60 virtual PermissionBrokerClient* GetPermissionBrokerClient() OVERRIDE;
61 virtual PowerManagerClient* GetPowerManagerClient() OVERRIDE; 61 virtual PowerManagerClient* GetPowerManagerClient() OVERRIDE;
62 virtual PowerPolicyController* GetPowerPolicyController() OVERRIDE;
62 virtual SessionManagerClient* GetSessionManagerClient() OVERRIDE; 63 virtual SessionManagerClient* GetSessionManagerClient() OVERRIDE;
63 virtual SMSClient* GetSMSClient() OVERRIDE; 64 virtual SMSClient* GetSMSClient() OVERRIDE;
64 virtual SpeechSynthesizerClient* GetSpeechSynthesizerClient() OVERRIDE; 65 virtual SpeechSynthesizerClient* GetSpeechSynthesizerClient() OVERRIDE;
65 virtual UpdateEngineClient* GetUpdateEngineClient() OVERRIDE; 66 virtual UpdateEngineClient* GetUpdateEngineClient() OVERRIDE;
66 virtual BluetoothOutOfBandClient* GetBluetoothOutOfBandClient() OVERRIDE; 67 virtual BluetoothOutOfBandClient* GetBluetoothOutOfBandClient() OVERRIDE;
67 virtual IBusClient* GetIBusClient() OVERRIDE; 68 virtual IBusClient* GetIBusClient() OVERRIDE;
68 virtual IBusConfigClient* GetIBusConfigClient() OVERRIDE; 69 virtual IBusConfigClient* GetIBusConfigClient() OVERRIDE;
69 virtual IBusInputContextClient* GetIBusInputContextClient() OVERRIDE; 70 virtual IBusInputContextClient* GetIBusInputContextClient() OVERRIDE;
70 virtual IBusEngineFactoryService* GetIBusEngineFactoryService() OVERRIDE; 71 virtual IBusEngineFactoryService* GetIBusEngineFactoryService() OVERRIDE;
71 virtual IBusEngineService* GetIBusEngineService( 72 virtual IBusEngineService* GetIBusEngineService(
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 dbus::Bus* ibus_bus_; 114 dbus::Bus* ibus_bus_;
114 115
115 ObserverList<DBusThreadManagerObserver> observers_; 116 ObserverList<DBusThreadManagerObserver> observers_;
116 117
117 DISALLOW_COPY_AND_ASSIGN(MockDBusThreadManagerWithoutGMock); 118 DISALLOW_COPY_AND_ASSIGN(MockDBusThreadManagerWithoutGMock);
118 }; 119 };
119 120
120 } // namespace chromeos 121 } // namespace chromeos
121 122
122 #endif // CHROMEOS_DBUS_MOCK_DBUS_THREAD_MANAGER_WITHOUT_GMOCK_H_ 123 #endif // CHROMEOS_DBUS_MOCK_DBUS_THREAD_MANAGER_WITHOUT_GMOCK_H_
OLDNEW
« no previous file with comments | « chromeos/dbus/mock_dbus_thread_manager.cc ('k') | chromeos/dbus/mock_dbus_thread_manager_without_gmock.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698