aboutsummaryrefslogtreecommitdiff
path: root/dbus/cryptohome
diff options
context:
space:
mode:
authorAlexander Alekseev <alemate@chromium.org>2015-12-23 05:04:56 -0800
committerchrome-bot <chrome-bot@chromium.org>2016-02-19 23:30:11 -0800
commitd0267e09f280e71088043e7390ec19e8920603dc (patch)
tree0f8766fa375b0acc7a0cba909d35155be6930fe2 /dbus/cryptohome
parentac14fd16fbb0710d07f0f3a7e9824249c83646c7 (diff)
downloadsystem_api-d0267e09f280e71088043e7390ec19e8920603dc.tar.gz
Added constants and protobuf for RenameCryptohome
BUG=chromium:462823 TEST=none Change-Id: I5fceb7a6d4b1b1933edba8214bda32eab7143355 Reviewed-on: https://chromium-review.googlesource.com/319852 Commit-Ready: Alexander Alekseev <alemate@chromium.org> Tested-by: Alexander Alekseev <alemate@chromium.org> Reviewed-by: Darren Krahn <dkrahn@chromium.org>
Diffstat (limited to 'dbus/cryptohome')
-rw-r--r--dbus/cryptohome/dbus-constants.h1
-rw-r--r--dbus/cryptohome/rpc.proto3
2 files changed, 4 insertions, 0 deletions
diff --git a/dbus/cryptohome/dbus-constants.h b/dbus/cryptohome/dbus-constants.h
index 44f8ff7..27eaa40 100644
--- a/dbus/cryptohome/dbus-constants.h
+++ b/dbus/cryptohome/dbus-constants.h
@@ -114,6 +114,7 @@ const char kCryptohomeFlushAndSignBootAttributes[] =
const char kCryptohomeGetLoginStatus[] = "GetLoginStatus";
const char kCryptohomeGetTpmStatus[] = "GetTpmStatus";
const char kCryptohomeGetEndorsementInfo[] = "GetEndorsementInfo";
+const char kCryptohomeRenameCryptohome[] = "RenameCryptohome";
// Signals
const char kSignalAsyncCallStatus[] = "AsyncCallStatus";
diff --git a/dbus/cryptohome/rpc.proto b/dbus/cryptohome/rpc.proto
index 1624d14..9e72563 100644
--- a/dbus/cryptohome/rpc.proto
+++ b/dbus/cryptohome/rpc.proto
@@ -57,7 +57,10 @@ enum CryptohomeErrorCode {
}
message AccountIdentifier {
+ // |email| is deprecated. Don't use it.
optional string email = 1;
+
+ optional string account_id = 2;
}
message AuthorizationRequest {