Chromium Code Reviews| 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); |
| }; |