Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5312)

Unified Diff: chrome/common/extensions/api/easy_unlock_private.idl

Issue 518643002: Add ability to pass decryption key id to CreateSecureMessage method (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/api/easy_unlock_private.idl
diff --git a/chrome/common/extensions/api/easy_unlock_private.idl b/chrome/common/extensions/api/easy_unlock_private.idl
index 5a33e5e26457c0396b4b87bca1bab50e21dd725d..3d2ff39b59a36bb253b6565a214a40a3e3c4818d 100644
--- a/chrome/common/extensions/api/easy_unlock_private.idl
+++ b/chrome/common/extensions/api/easy_unlock_private.idl
@@ -82,6 +82,10 @@
// signature.
ArrayBuffer? verificationKeyId;
+ // Decryption key id added to the message header. It's used by the message
Yoyo Zhou 2014/08/29 18:59:45 nit: Don't need "It's"
tbarzic 2014/08/29 19:14:53 Done.
+ // recepient to determine which key should be used to decrypt the message.
+ ArrayBuffer? decryptionKeyId;
+
// The encryption algorithm that should be used to encrypt the message.
// Should not be set for a cleartext message.
EncryptionType? encryptType;

Powered by Google App Engine
This is Rietveld 408576698