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

Unified Diff: src/platform/update_engine/UpdateEngine.conf

Issue 2037002: AU: DBus support. (Closed) Base URL: ssh://git@chromiumos-git/chromeos
Patch Set: fixes for review Created 10 years, 7 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: src/platform/update_engine/UpdateEngine.conf
diff --git a/src/platform/update_engine/UpdateEngine.conf b/src/platform/update_engine/UpdateEngine.conf
index 88d6dc421633e522f08f3e0249f68ba39a732815..fe332c046c45e0fda03aadc3078768ce311acf9e 100644
--- a/src/platform/update_engine/UpdateEngine.conf
+++ b/src/platform/update_engine/UpdateEngine.conf
@@ -16,6 +16,9 @@
<allow send_destination="org.chromium.UpdateEngine"
send_interface="org.chromium.UpdateEngineInterface"
send_member="GetStatus"/>
+ <allow send_destination="org.chromium.UpdateEngine"
+ send_interface="org.chromium.UpdateEngineInterface"
+ send_member="CheckForUpdate"/>
</policy>
<policy context="default">
<deny send_destination="org.chromium.UpdateEngine" />

Powered by Google App Engine
This is Rietveld 408576698