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

Unified Diff: session_manager_service.h

Issue 5184005: login_manager: Add dbus API for restarting entd when enterprise extensions installed (Closed) Base URL: http://git.chromium.org/git/login_manager.git@master
Patch Set: Respond to cmasone review Created 10 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
« no previous file with comments | « session_manager.xml ('k') | session_manager_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: session_manager_service.h
diff --git a/session_manager_service.h b/session_manager_service.h
index a75c50b6931db1087659b1af9cdbb0d2f596365b..12fbb094058a6ae6a6729c09a2fee4a00f569163 100644
--- a/session_manager_service.h
+++ b/session_manager_service.h
@@ -270,6 +270,10 @@ class SessionManagerService : public chromeos::dbus::AbstractDbusService {
gboolean* OUT_done,
GError** error);
+ // Restarts (or starts if stopped) the entd upstart job. Returns if
+ // start was successful.
+ gboolean RestartEntd(GError** error);
+
// Perform very, very basic validation of |email_address|.
static bool ValidateEmail(const std::string& email_address);
« no previous file with comments | « session_manager.xml ('k') | session_manager_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698