summaryrefslogtreecommitdiffstats
path: root/chromeos
diff options
context:
space:
mode:
authorxiyuan <xiyuan@chromium.org>2016-02-11 08:09:00 -0800
committerCommit bot <commit-bot@chromium.org>2016-02-11 16:10:42 +0000
commit79a8ef553292c43f8bc688ac23d00f869e4adf2d (patch)
tree21fbef802be46c401e85cf9df9fe7d84900a68b7 /chromeos
parent7cb6ece6e11a54d842773c749385de4b10250baa (diff)
downloadchromium_src-79a8ef553292c43f8bc688ac23d00f869e4adf2d.zip
chromium_src-79a8ef553292c43f8bc688ac23d00f869e4adf2d.tar.gz
chromium_src-79a8ef553292c43f8bc688ac23d00f869e4adf2d.tar.bz2
kiosk: Handle GetKioskAppRequiredPlatformVersion D-Bus call
Add KioskInfoServiceProvider to handle GetKioskAppRequiredPlatformVersion D-Bus method that update engine will call to get the required platform version for the configured auto launch kiosk app. BUG=577783 Review URL: https://codereview.chromium.org/1668193002 Cr-Commit-Position: refs/heads/master@{#374905}
Diffstat (limited to 'chromeos')
-rw-r--r--chromeos/dbus/services/org.chromium.LibCrosService.conf5
1 files changed, 4 insertions, 1 deletions
diff --git a/chromeos/dbus/services/org.chromium.LibCrosService.conf b/chromeos/dbus/services/org.chromium.LibCrosService.conf
index 7a0d0c0..b61c236 100644
--- a/chromeos/dbus/services/org.chromium.LibCrosService.conf
+++ b/chromeos/dbus/services/org.chromium.LibCrosService.conf
@@ -29,7 +29,10 @@
<allow send_destination="org.chromium.LibCrosService"/>
</policy>
- <!-- update_engine uses this service to resolve the proxy config. -->
+ <!--
+ update_engine uses this service to resolve the proxy config and
+ query required platform version for the auto launched kiosk app.
+ -->
<policy user="root">
<allow send_destination="org.chromium.LibCrosService"/>
</policy>