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

Unified Diff: chromeos/dbus/dbus_clients_browser.h

Issue 2433363004: Chromad: added AD Join ui, authpolicy_client (Closed)
Patch Set: Not close password_fd in AuthPolicyClient 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..07118b74367eb538ccf1ccbafd538ce69791bba2 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;
hashimoto 2016/10/27 02:26:07 nit: Sort in the alphabetical order.
Roman Sorokin (ftl) 2016/10/27 13:10:46 Done.
// 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> auth_policy_client_;
hashimoto 2016/10/27 02:26:07 ditto.
Roman Sorokin (ftl) 2016/10/27 13:10:46 Done.
DISALLOW_COPY_AND_ASSIGN(DBusClientsBrowser);
};

Powered by Google App Engine
This is Rietveld 408576698