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

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

Issue 11887008: Deprecate ShillNetworkClient and add GeolocationHandler (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix unittest Created 7 years, 11 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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 virtual BluetoothDeviceClient* GetBluetoothDeviceClient() OVERRIDE; 44 virtual BluetoothDeviceClient* GetBluetoothDeviceClient() OVERRIDE;
45 virtual BluetoothInputClient* GetBluetoothInputClient() OVERRIDE; 45 virtual BluetoothInputClient* GetBluetoothInputClient() OVERRIDE;
46 virtual BluetoothManagerClient* GetBluetoothManagerClient() OVERRIDE; 46 virtual BluetoothManagerClient* GetBluetoothManagerClient() OVERRIDE;
47 virtual BluetoothNodeClient* GetBluetoothNodeClient() OVERRIDE; 47 virtual BluetoothNodeClient* GetBluetoothNodeClient() OVERRIDE;
48 virtual CrosDisksClient* GetCrosDisksClient() OVERRIDE; 48 virtual CrosDisksClient* GetCrosDisksClient() OVERRIDE;
49 virtual CryptohomeClient* GetCryptohomeClient() OVERRIDE; 49 virtual CryptohomeClient* GetCryptohomeClient() OVERRIDE;
50 virtual DebugDaemonClient* GetDebugDaemonClient() OVERRIDE; 50 virtual DebugDaemonClient* GetDebugDaemonClient() OVERRIDE;
51 virtual ShillDeviceClient* GetShillDeviceClient() OVERRIDE; 51 virtual ShillDeviceClient* GetShillDeviceClient() OVERRIDE;
52 virtual ShillIPConfigClient* GetShillIPConfigClient() OVERRIDE; 52 virtual ShillIPConfigClient* GetShillIPConfigClient() OVERRIDE;
53 virtual ShillManagerClient* GetShillManagerClient() OVERRIDE; 53 virtual ShillManagerClient* GetShillManagerClient() OVERRIDE;
54 virtual ShillNetworkClient* GetShillNetworkClient() OVERRIDE;
55 virtual ShillProfileClient* GetShillProfileClient() OVERRIDE; 54 virtual ShillProfileClient* GetShillProfileClient() OVERRIDE;
56 virtual ShillServiceClient* GetShillServiceClient() OVERRIDE; 55 virtual ShillServiceClient* GetShillServiceClient() OVERRIDE;
57 virtual GsmSMSClient* GetGsmSMSClient() OVERRIDE; 56 virtual GsmSMSClient* GetGsmSMSClient() OVERRIDE;
58 virtual ImageBurnerClient* GetImageBurnerClient() OVERRIDE; 57 virtual ImageBurnerClient* GetImageBurnerClient() OVERRIDE;
59 virtual IntrospectableClient* GetIntrospectableClient() OVERRIDE; 58 virtual IntrospectableClient* GetIntrospectableClient() OVERRIDE;
60 virtual ModemMessagingClient* GetModemMessagingClient() OVERRIDE; 59 virtual ModemMessagingClient* GetModemMessagingClient() OVERRIDE;
61 virtual PermissionBrokerClient* GetPermissionBrokerClient() OVERRIDE; 60 virtual PermissionBrokerClient* GetPermissionBrokerClient() OVERRIDE;
62 virtual PowerManagerClient* GetPowerManagerClient() OVERRIDE; 61 virtual PowerManagerClient* GetPowerManagerClient() OVERRIDE;
63 virtual RootPowerManagerClient* GetRootPowerManagerClient() OVERRIDE; 62 virtual RootPowerManagerClient* GetRootPowerManagerClient() OVERRIDE;
64 virtual SessionManagerClient* GetSessionManagerClient() OVERRIDE; 63 virtual SessionManagerClient* GetSessionManagerClient() OVERRIDE;
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 dbus::Bus* ibus_bus_; 114 dbus::Bus* ibus_bus_;
116 115
117 ObserverList<DBusThreadManagerObserver> observers_; 116 ObserverList<DBusThreadManagerObserver> observers_;
118 117
119 DISALLOW_COPY_AND_ASSIGN(MockDBusThreadManagerWithoutGMock); 118 DISALLOW_COPY_AND_ASSIGN(MockDBusThreadManagerWithoutGMock);
120 }; 119 };
121 120
122 } // namespace chromeos 121 } // namespace chromeos
123 122
124 #endif // CHROMEOS_DBUS_MOCK_DBUS_THREAD_MANAGER_WITHOUT_GMOCK_H_ 123 #endif // CHROMEOS_DBUS_MOCK_DBUS_THREAD_MANAGER_WITHOUT_GMOCK_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698