aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuki Awano <yawano@chromium.org>2015-02-24 13:56:41 +0900
committerChromeOS Commit Bot <chromeos-commit-bot@chromium.org>2015-03-04 10:04:04 +0000
commitc5bdf1006816594881f96840c21deeb90794969b (patch)
tree6b60045772f7da1e64f6e2c91be5a88fa64cccd0
parent28a46230096073fcd362d775059d5ccd7916dd57 (diff)
downloadsystem_api-c5bdf1006816594881f96840c21deeb90794969b.tar.gz
system_api: Add DeleteObject method of mtpd.
DeleteObject is going to be reviewed at CL:252580. BUG=chromium:413541 TEST=none CQ-DEPEND=CL:252580 Change-Id: I4b543d16d445838e9baaf128021f504820060fc0 Reviewed-on: https://chromium-review.googlesource.com/252555 Reviewed-by: Ben Chan <benchan@chromium.org> Commit-Queue: Yuki Awano <yawano@chromium.org> Trybot-Ready: Yuki Awano <yawano@chromium.org> Tested-by: Yuki Awano <yawano@chromium.org>
-rw-r--r--dbus/service_constants.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dbus/service_constants.h b/dbus/service_constants.h
index 29b0663..eb80367 100644
--- a/dbus/service_constants.h
+++ b/dbus/service_constants.h
@@ -1705,6 +1705,7 @@ const char kReadDirectoryEntryIds[] = "ReadDirectoryEntryIds";
const char kGetFileInfo[] = "GetFileInfo";
const char kReadFileChunk[] = "ReadFileChunk";
const char kCopyFileFromLocal[] = "CopyFileFromLocal";
+const char kDeleteObject[] = "DeleteObject";
// Signals.
const char kMTPStorageAttached[] = "MTPStorageAttached";