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

Unified Diff: chromeos/dbus/dbus_clients_browser.h

Issue 2475343002: Add UpstartClient (Closed)
Patch Set: Wait for D-BUS response Created 4 years, 1 month 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 396238ba56f7f409b7b3587a063f20cc2e5848cf..71c18b36cd27a46702f105e8e69d1ac1ba25a030 100644
--- a/chromeos/dbus/dbus_clients_browser.h
+++ b/chromeos/dbus/dbus_clients_browser.h
@@ -24,6 +24,7 @@ class DebugDaemonClient;
class EasyUnlockClient;
class ImageBurnerClient;
class LorgnetteManagerClient;
+class UpstartClient;
// D-Bus clients used only in the browser process.
// TODO(jamescook): Move this under //chrome/browser. http://crbug.com/647367
@@ -47,6 +48,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<UpstartClient> upstart_client_;
DISALLOW_COPY_AND_ASSIGN(DBusClientsBrowser);
};

Powered by Google App Engine
This is Rietveld 408576698