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

Unified Diff: SessionManager.conf

Issue 6591109: [login_manager] Add stub DBus API for policy get/set (Closed) Base URL: http://git.chromium.org/git/login_manager.git@master
Patch Set: Created 9 years, 10 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 | « no previous file | interface.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: SessionManager.conf
diff --git a/SessionManager.conf b/SessionManager.conf
index da1ad516e8d5dad818640498eac3a7b85d6a02b0..8e8909ec866d369ac6a33c27eaedc91744351412 100644
--- a/SessionManager.conf
+++ b/SessionManager.conf
@@ -66,6 +66,12 @@
send_member="RetrieveProperty"/>
<allow send_destination="org.chromium.SessionManager"
send_interface="org.chromium.SessionManagerInterface"
+ send_member="StorePolicy"/>
kmixter1 2011/03/02 18:40:53 take it or leave it: Maybe add full/whole to name?
+ <allow send_destination="org.chromium.SessionManager"
+ send_interface="org.chromium.SessionManagerInterface"
+ send_member="RetrievePolicy"/>
+ <allow send_destination="org.chromium.SessionManager"
+ send_interface="org.chromium.SessionManagerInterface"
send_member="RestartEntd"/>
</policy>
<policy context="default">
« no previous file with comments | « no previous file | interface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698