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

Unified Diff: session_manager.xml

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
Index: session_manager.xml
diff --git a/session_manager.xml b/session_manager.xml
index 5e94198f43b09bdb7796485b22c0fc164b1dbf8f..bdb2799c11557c19c8fe5d9a63ad49baf7bcc5d5 100644
--- a/session_manager.xml
+++ b/session_manager.xml
@@ -61,6 +61,14 @@
<arg type="s" name="value" direction="out" />
<arg type="ay" name="signature" direction="out" />
</method>
+ <method name="StorePolicy">
+ <arg type="s" name="policy_blob" direction="in" />
+ <arg type="ay" name="signature" direction="in" />
+ </method>
+ <method name="RetrievePolicy">
+ <arg type="s" name="policy_blob" direction="in" />
+ <arg type="ay" name="signature" direction="out" />
+ </method>
<method name="RestartEntd">
</method>
<signal name="SessionStateChanged">
« SessionManager.conf ('K') | « interface.cc ('k') | session_manager_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698