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

Unified Diff: interface.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 | « SessionManager.conf ('k') | interface.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: interface.h
diff --git a/interface.h b/interface.h
index ab1dba5865a5bea2e06bf8009a9e7308410864a8..567efe073f87bdada0eb609a30d407ba52c05f5b 100644
--- a/interface.h
+++ b/interface.h
@@ -83,6 +83,8 @@ gboolean session_manager_restart_job(SessionManager *self,
gchar *arguments,
gboolean *OUT_done,
GError **error);
+gboolean session_manager_restart_entd(SessionManager* self,
+ GError** error);
} // namespace gobject
} // namespace login_manager
#endif // LOGIN_MANAGER_INTERFACE_H_
« no previous file with comments | « SessionManager.conf ('k') | interface.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698