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

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

Issue 306433003: enterprise.platformKeys: Support the publicExponent parameter. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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/enterprise_platform_keys_internal.idl
diff --git a/chrome/common/extensions/api/enterprise_platform_keys_internal.idl b/chrome/common/extensions/api/enterprise_platform_keys_internal.idl
index b6d8f06faaeb2bd88720caf337311290988bc35e..0e72620e5b4a57341c1376d69e6e724bb0e6bc58 100644
--- a/chrome/common/extensions/api/enterprise_platform_keys_internal.idl
+++ b/chrome/common/extensions/api/enterprise_platform_keys_internal.idl
@@ -32,6 +32,7 @@ namespace enterprise.platformKeysInternal {
// key.
static void generateKey(DOMString tokenId,
long modulusLength,
+ Uint8Array publicExponent,
GenerateKeyCallback callback);
// Internal version of Token.sign.

Powered by Google App Engine
This is Rietveld 408576698