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

Unified Diff: chromeos/dbus/upstart_client.h

Issue 2794493002: Add AuthPolicyLoginHelper (Closed)
Patch Set: Update after review 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
« no previous file with comments | « chromeos/dbus/fake_upstart_client.cc ('k') | chromeos/dbus/upstart_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « chromeos/dbus/fake_upstart_client.cc ('k') | chromeos/dbus/upstart_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698