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

Unified Diff: chromeos/dbus/dbus_client.h

Issue 2343993003: chromeos: Refactor D-Bus client creation for ash and browser processes (Closed)
Patch Set: cleanup, extend tests Created 4 years, 3 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
Index: chromeos/dbus/dbus_client.h
diff --git a/chromeos/dbus/dbus_client.h b/chromeos/dbus/dbus_client.h
index 72f5d9685e27790575964db82a88712bb23d233f..8b650c2de57354701dcf3556dfde8542dbfce6fa 100644
--- a/chromeos/dbus/dbus_client.h
+++ b/chromeos/dbus/dbus_client.h
@@ -26,7 +26,9 @@ class DBusClient {
virtual void Init(dbus::Bus* bus) = 0;
private:
- friend class DBusThreadManager;
+ friend class DBusClientsAsh;
+ friend class DBusClientsBrowser;
+ friend class DBusClientsCommon;
DISALLOW_ASSIGN(DBusClient);
};

Powered by Google App Engine
This is Rietveld 408576698