| 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.
|
|
|