aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Caruso <ejcaruso@chromium.org>2018-02-14 06:00:34 +0000
committerandroid-build-merger <android-build-merger@google.com>2018-02-14 06:00:34 +0000
commit1f34968bc065c2801b5c0533604b4fa0055c03ed (patch)
tree7e4f483d7983fe994a825bf9c30a1d5664120269
parentb029b55192b599ac6830ab094d79b8b8ca470a0a (diff)
parentaab5555a48e729130f186f235651577e3b93ce00 (diff)
downloadsystem_api-1f34968bc065c2801b5c0533604b4fa0055c03ed.tar.gz
cryptohome: remove constant for AsyncAddKey am: 668650a122 am: 9669d95a5c am: ec0a437603
am: aab5555a48 Change-Id: I9f99fdcc828cfe417746692991a22be1576738d7
-rw-r--r--dbus/cryptohome/dbus-constants.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/dbus/cryptohome/dbus-constants.h b/dbus/cryptohome/dbus-constants.h
index 106569c..d11de93 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 kCryptohomeAsyncAddKey[] = "AsyncAddKey";
const char kCryptohomeCheckKey[] = "CheckKey";
const char kCryptohomeMigrateKey[] = "MigrateKey";
const char kCryptohomeRemove[] = "Remove";