aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Caruso <ejcaruso@chromium.org>2018-02-23 08:18:32 +0000
committerandroid-build-merger <android-build-merger@google.com>2018-02-23 08:18:32 +0000
commit5fbb0db173c34d689ca44f194fa4a13e45dffb47 (patch)
treede6409d65063797cd49a9f950fecbc2eaed3bc65
parent2fbce2ac92d9b193fe6eeeb32fd24ef7182e836c (diff)
parent941fbbdd5b9bb31290a87bec4345eca2b5ed8a0d (diff)
downloadsystem_api-5fbb0db173c34d689ca44f194fa4a13e45dffb47.tar.gz
cryptohome: remove constant for CheckKey/AsyncCheckKey am: d0e1f7622c am: 7de315fc13 am: 1bcb3f087c
am: 941fbbdd5b Change-Id: Ia23eb3a7fec0c9b690340d2bcf6aca7e5b9595c8
-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";