aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Caruso <ejcaruso@chromium.org>2018-02-23 08:01:32 +0000
committerandroid-build-merger <android-build-merger@google.com>2018-02-23 08:01:32 +0000
commit7de315fc13f4657a7012f5c1ef5c56df5ae64e03 (patch)
treede6409d65063797cd49a9f950fecbc2eaed3bc65
parent51161d1fba2ea13ea42d8b5e3f6bc7dbb612da97 (diff)
parentd0e1f7622c923d6d8431d06031df2267714047a4 (diff)
downloadsystem_api-7de315fc13f4657a7012f5c1ef5c56df5ae64e03.tar.gz
cryptohome: remove constant for CheckKey/AsyncCheckKey
am: d0e1f7622c Change-Id: I99acf3276f6b8fcec85d39114cee515c2781aa97
-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";