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

Unified Diff: chromeos/dbus/dbus_thread_manager.h

Issue 1421023002: Remove the ARC Bridge Service (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@master
Patch Set: Removing the service instead of renaming it Created 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chromeos/dbus/dbus_client_bundle.cc ('k') | chromeos/dbus/dbus_thread_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/dbus/dbus_thread_manager.h
diff --git a/chromeos/dbus/dbus_thread_manager.h b/chromeos/dbus/dbus_thread_manager.h
index b002c9f4b74513de416203f17297c49b7b5cee07..322ab2804b60aeb04691a640ae1d96db5ea0defb 100644
--- a/chromeos/dbus/dbus_thread_manager.h
+++ b/chromeos/dbus/dbus_thread_manager.h
@@ -27,7 +27,6 @@ namespace chromeos {
// Style Note: Clients are sorted by names.
class AmplifierClient;
class ApManagerClient;
-class ArcBridgeClient;
class AudioDspClient;
class BluetoothAdapterClient;
class BluetoothLEAdvertisingManagerClient;
@@ -124,7 +123,6 @@ class CHROMEOS_EXPORT DBusThreadManager {
// pointers after DBusThreadManager has been shut down.
AmplifierClient* GetAmplifierClient();
ApManagerClient* GetApManagerClient();
- ArcBridgeClient* GetArcBridgeClient();
AudioDspClient* GetAudioDspClient();
BluetoothAdapterClient* GetBluetoothAdapterClient();
BluetoothLEAdvertisingManagerClient* GetBluetoothLEAdvertisingManagerClient();
@@ -211,7 +209,6 @@ class CHROMEOS_EXPORT DBusThreadManagerSetter {
~DBusThreadManagerSetter();
void SetAmplifierClient(scoped_ptr<AmplifierClient> client);
- void SetArcBridgeClient(scoped_ptr<ArcBridgeClient> client);
void SetAudioDspClient(scoped_ptr<AudioDspClient> client);
void SetBluetoothAdapterClient(scoped_ptr<BluetoothAdapterClient> client);
void SetBluetoothLEAdvertisingManagerClient(
« no previous file with comments | « chromeos/dbus/dbus_client_bundle.cc ('k') | chromeos/dbus/dbus_thread_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698