aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Caruso <ejcaruso@chromium.org>2018-02-20 09:27:55 -0800
committerchrome-bot <chrome-bot@chromium.org>2018-02-22 23:54:29 -0800
commitd0e1f7622c923d6d8431d06031df2267714047a4 (patch)
tree8372b33fa1f13be1f0049e6d85431f48d1bfd40e
parent7d15090bd03615b00e6ad070da5e85c0aa76aa13 (diff)
downloadsystem_api-d0e1f7622c923d6d8431d06031df2267714047a4.tar.gz
cryptohome: remove constant for CheckKey/AsyncCheckKey
These methods are deprecated and no longer used, so remove the method name constants to prevent new users from showing up. They should be using CheckKeyEx instead. BUG=chromium:809616 TEST=build_packages Change-Id: I072c4f14178c9ba367592c6ea3b58a29bd8f8923 Reviewed-on: https://chromium-review.googlesource.com/926711 Commit-Ready: Eric Caruso <ejcaruso@chromium.org> Tested-by: Eric Caruso <ejcaruso@chromium.org> Reviewed-by: Andrey Pronin <apronin@chromium.org>
-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 428ca23..28c1590 100644
--- a/dbus/cryptohome/dbus-constants.h
+++ b/dbus/cryptohome/dbus-constants.h
@@ -10,7 +10,6 @@ const char kCryptohomeInterface[] = "org.chromium.CryptohomeInterface";
const char kCryptohomeServicePath[] = "/org/chromium/Cryptohome";
const char kCryptohomeServiceName[] = "org.chromium.Cryptohome";
// Methods
-const char kCryptohomeCheckKey[] = "CheckKey";
const char kCryptohomeMigrateKey[] = "MigrateKey";
const char kCryptohomeRemove[] = "Remove";
const char kCryptohomeGetSystemSalt[] = "GetSystemSalt";
@@ -32,7 +31,6 @@ const char kCryptohomePkcs11GetTpmTokenInfoForUser[] =
const char kCryptohomePkcs11IsTpmTokenReady[] = "Pkcs11IsTpmTokenReady";
const char kCryptohomePkcs11IsTpmTokenReadyForUser[] =
"Pkcs11IsTpmTokenReadyForUser";
-const char kCryptohomeAsyncCheckKey[] = "AsyncCheckKey";
const char kCryptohomeAsyncMigrateKey[] = "AsyncMigrateKey";
const char kCryptohomeAsyncMount[] = "AsyncMount";
const char kCryptohomeAsyncMountGuest[] = "AsyncMountGuest";