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

Unified Diff: chromeos/dbus/dbus_clients_browser.h

Issue 2433363004: Chromad: added AD Join ui, authpolicy_client (Closed)
Patch Set: Created 4 years, 2 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_clients_browser.h
diff --git a/chromeos/dbus/dbus_clients_browser.h b/chromeos/dbus/dbus_clients_browser.h
index 74a786276a8d26c21e1b1d5de4606892d5c8e99b..171a199032a5c383cf1d550d9f6b11b4ef20a164 100644
--- a/chromeos/dbus/dbus_clients_browser.h
+++ b/chromeos/dbus/dbus_clients_browser.h
@@ -23,6 +23,7 @@ class DebugDaemonClient;
class EasyUnlockClient;
class ImageBurnerClient;
class LorgnetteManagerClient;
+class AuthpolicyClient;
// D-Bus clients used only in the browser process.
// TODO(jamescook): Move this under //chrome/browser. http://crbug.com/647367
@@ -45,6 +46,7 @@ class CHROMEOS_EXPORT DBusClientsBrowser {
std::unique_ptr<EasyUnlockClient> easy_unlock_client_;
std::unique_ptr<ImageBurnerClient> image_burner_client_;
std::unique_ptr<LorgnetteManagerClient> lorgnette_manager_client_;
+ std::unique_ptr<AuthpolicyClient> authpolicy_client_;
DISALLOW_COPY_AND_ASSIGN(DBusClientsBrowser);
};

Powered by Google App Engine
This is Rietveld 408576698