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

Unified Diff: cros-disks.xml

Issue 6838011: adds a signal, fixes a crash, adds syslogging, and marshals disks to d-bus (Closed) Base URL: ssh://gitrw.chromium.org:9222/cros-disks.git@master
Patch Set: addresses code review comments Created 9 years, 8 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 | « cros-disks.conf ('k') | disk.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cros-disks.xml
diff --git a/cros-disks.xml b/cros-disks.xml
index 9c6eb29b588be0d439472a1e374cdbca7977790b..4dee88046c086ce9a3e1aad323f90f52e76efd77 100644
--- a/cros-disks.xml
+++ b/cros-disks.xml
@@ -29,6 +29,10 @@
<arg name="disks" type="aa{sv}" direction="out" tp:type="DiskDevices">
</arg>
</method>
+ <signal name="DeviceUpdates">
+ <arg name="disks" type="aa{sv}" direction="out" tp:type="DiskDevices">
+ </arg>
+ </signal>
<method name="IsAlive">
<tp:docstring>
Test method to verify that Cashew service is working.
« no previous file with comments | « cros-disks.conf ('k') | disk.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698