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

Unified Diff: chromeos/dbus/upstart_client.h

Issue 2794493002: Add AuthPolicyLoginHelper (Closed)
Patch Set: Switch to OnceCallback+Update on comments+rebase Created 3 years, 8 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/upstart_client.h
diff --git a/chromeos/dbus/upstart_client.h b/chromeos/dbus/upstart_client.h
index 46c65d76f2b118d03319e1a7c949a7a3370e3cd7..3aff513f6fb2ee7edf75262ec64ad75ff66e53be 100644
--- a/chromeos/dbus/upstart_client.h
+++ b/chromeos/dbus/upstart_client.h
@@ -24,6 +24,9 @@ class CHROMEOS_EXPORT UpstartClient : public DBusClient {
// Starts authpolicyd.
virtual void StartAuthPolicyService() = 0;
+ // Restarts authpolicyd.
+ virtual void RestartAuthPolicyService() = 0;
+
protected:
// Create() should be used instead.
UpstartClient();

Powered by Google App Engine
This is Rietveld 408576698