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

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

Issue 71203003: Delete dbus/ibus directory. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 1 month 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
« no previous file with comments | « chromeos/chromeos.gyp ('k') | chromeos/dbus/ibus/OWNERS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_DBUS_THREAD_MANAGER_H_ 5 #ifndef CHROMEOS_DBUS_DBUS_THREAD_MANAGER_H_
6 #define CHROMEOS_DBUS_DBUS_THREAD_MANAGER_H_ 6 #define CHROMEOS_DBUS_DBUS_THREAD_MANAGER_H_
7 7
8 #include <string> 8 #include <string>
9 9
10 #include "base/callback.h" 10 #include "base/callback.h"
(...skipping 19 matching lines...) Expand all
30 class BluetoothAgentManagerClient; 30 class BluetoothAgentManagerClient;
31 class BluetoothDeviceClient; 31 class BluetoothDeviceClient;
32 class BluetoothInputClient; 32 class BluetoothInputClient;
33 class BluetoothProfileManagerClient; 33 class BluetoothProfileManagerClient;
34 class CrasAudioClient; 34 class CrasAudioClient;
35 class CrosDisksClient; 35 class CrosDisksClient;
36 class CryptohomeClient; 36 class CryptohomeClient;
37 class DBusClient; 37 class DBusClient;
38 class DebugDaemonClient; 38 class DebugDaemonClient;
39 class GsmSMSClient; 39 class GsmSMSClient;
40 class IBusEngineFactoryService;
41 class IBusEngineService;
42 class ImageBurnerClient; 40 class ImageBurnerClient;
43 class IntrospectableClient; 41 class IntrospectableClient;
44 class ModemMessagingClient; 42 class ModemMessagingClient;
45 class NfcAdapterClient; 43 class NfcAdapterClient;
46 class NfcDeviceClient; 44 class NfcDeviceClient;
47 class NfcManagerClient; 45 class NfcManagerClient;
48 class NfcRecordClient; 46 class NfcRecordClient;
49 class NfcTagClient; 47 class NfcTagClient;
50 class PermissionBrokerClient; 48 class PermissionBrokerClient;
51 class PowerManagerClient; 49 class PowerManagerClient;
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 155
158 // Initializes |client| with the |system_bus_|. 156 // Initializes |client| with the |system_bus_|.
159 static void InitClient(DBusClient* client); 157 static void InitClient(DBusClient* client);
160 158
161 DISALLOW_COPY_AND_ASSIGN(DBusThreadManager); 159 DISALLOW_COPY_AND_ASSIGN(DBusThreadManager);
162 }; 160 };
163 161
164 } // namespace chromeos 162 } // namespace chromeos
165 163
166 #endif // CHROMEOS_DBUS_DBUS_THREAD_MANAGER_H_ 164 #endif // CHROMEOS_DBUS_DBUS_THREAD_MANAGER_H_
OLDNEW
« no previous file with comments | « chromeos/chromeos.gyp ('k') | chromeos/dbus/ibus/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698