aboutsummaryrefslogtreecommitdiff
path: root/dbus/cryptohome
diff options
context:
space:
mode:
authorEric Caruso <ejcaruso@chromium.org>2018-01-25 17:58:27 -0800
committerchrome-bot <chrome-bot@chromium.org>2018-01-30 17:47:18 -0800
commit30f5a6605919844254e0d62e30a7fd6cff757d8b (patch)
treef0abe7a55067cf7d1e12d8dbafa21ac44c3eee82 /dbus/cryptohome
parent03017732129da58164ffd1e31c7c050abc797e89 (diff)
downloadsystem_api-30f5a6605919844254e0d62e30a7fd6cff757d8b.tar.gz
system_api: remove MountPublic and AsyncMountPublic
The AsyncMountPublic method is completely dead, and users should use MountEx instead of MountPublic anyway. Remove the constants so people can't call into them. CQ-DEPEND=CL:887925 BUG=chromium:765525 TEST=emerge Change-Id: Id80f68b4ecf9ca18b47173c8698fe99378fff1a0 Reviewed-on: https://chromium-review.googlesource.com/887951 Commit-Ready: Eric Caruso <ejcaruso@chromium.org> Tested-by: Eric Caruso <ejcaruso@chromium.org> Reviewed-by: Andrey Pronin <apronin@chromium.org>
Diffstat (limited to 'dbus/cryptohome')
-rw-r--r--dbus/cryptohome/dbus-constants.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/dbus/cryptohome/dbus-constants.h b/dbus/cryptohome/dbus-constants.h
index c9c0571..106569c 100644
--- a/dbus/cryptohome/dbus-constants.h
+++ b/dbus/cryptohome/dbus-constants.h
@@ -19,7 +19,6 @@ const char kCryptohomeGetSanitizedUsername[] = "GetSanitizedUsername";
const char kCryptohomeIsMounted[] = "IsMounted";
const char kCryptohomeMount[] = "Mount";
const char kCryptohomeMountGuest[] = "MountGuest";
-const char kCryptohomeMountPublic[] = "MountPublic";
const char kCryptohomeUnmount[] = "Unmount";
const char kCryptohomeTpmIsReady[] = "TpmIsReady";
const char kCryptohomeTpmIsEnabled[] = "TpmIsEnabled";
@@ -38,7 +37,6 @@ const char kCryptohomeAsyncCheckKey[] = "AsyncCheckKey";
const char kCryptohomeAsyncMigrateKey[] = "AsyncMigrateKey";
const char kCryptohomeAsyncMount[] = "AsyncMount";
const char kCryptohomeAsyncMountGuest[] = "AsyncMountGuest";
-const char kCryptohomeAsyncMountPublic[] = "AsyncMountPublic";
const char kCryptohomeAsyncRemove[] = "AsyncRemove";
const char kCryptohomeGetStatusString[] = "GetStatusString";
const char kCryptohomeRemoveTrackedSubdirectories[] =