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

Unified Diff: chromeos/dbus/dbus_client_bundle.h

Issue 2291693002: Remove obsolete ChromeOS DBus bindings for privetd (Closed)
Patch Set: Created 4 years, 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chromeos/chromeos.gyp ('k') | chromeos/dbus/dbus_client_bundle.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/dbus/dbus_client_bundle.h
diff --git a/chromeos/dbus/dbus_client_bundle.h b/chromeos/dbus/dbus_client_bundle.h
index 12d0c25000c97102ce491b522a15f8562e8b937e..d9d168885efd2123d01e1553095a92d1a0421143 100644
--- a/chromeos/dbus/dbus_client_bundle.h
+++ b/chromeos/dbus/dbus_client_bundle.h
@@ -33,7 +33,6 @@ class NfcTagClient;
class PeerDaemonManagerClient;
class PermissionBrokerClient;
class PowerManagerClient;
-class PrivetDaemonManagerClient;
class SMSClient;
class SessionManagerClient;
class ShillDeviceClient;
@@ -77,8 +76,7 @@ class CHROMEOS_EXPORT DBusClientBundle {
UPDATE_ENGINE = 1 << 18,
PEER_DAEMON = 1 << 19,
AP_MANAGER = 1 << 20,
- PRIVET_DAEMON = 1 << 21,
- ARC_OBB_MOUNTER = 1 << 22,
+ ARC_OBB_MOUNTER = 1 << 21,
};
explicit DBusClientBundle(DBusClientTypeMask unstub_client_mask);
@@ -195,10 +193,6 @@ class CHROMEOS_EXPORT DBusClientBundle {
return permission_broker_client_.get();
}
- PrivetDaemonManagerClient* privet_daemon_manager_client() {
- return privet_daemon_manager_client_.get();
- }
-
SystemClockClient* system_clock_client() {
return system_clock_client_.get();
}
@@ -235,7 +229,6 @@ class CHROMEOS_EXPORT DBusClientBundle {
std::unique_ptr<EasyUnlockClient> easy_unlock_client_;
std::unique_ptr<LorgnetteManagerClient> lorgnette_manager_client_;
std::unique_ptr<PeerDaemonManagerClient> peer_daemon_manager_client_;
- std::unique_ptr<PrivetDaemonManagerClient> privet_daemon_manager_client_;
std::unique_ptr<ShillDeviceClient> shill_device_client_;
std::unique_ptr<ShillIPConfigClient> shill_ipconfig_client_;
std::unique_ptr<ShillManagerClient> shill_manager_client_;
« no previous file with comments | « chromeos/chromeos.gyp ('k') | chromeos/dbus/dbus_client_bundle.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698