| Index: chrome/renderer/extensions/enterprise_platform_keys_natives.h
|
| diff --git a/chrome/renderer/extensions/enterprise_platform_keys_natives.h b/chrome/renderer/extensions/enterprise_platform_keys_natives.h
|
| index 6afd99fcedb373277366a280a03acb91e6158e70..9649aee268d17dfc396b3d6797881d5c3b7453dc 100644
|
| --- a/chrome/renderer/extensions/enterprise_platform_keys_natives.h
|
| +++ b/chrome/renderer/extensions/enterprise_platform_keys_natives.h
|
| @@ -23,7 +23,8 @@ class EnterprisePlatformKeysNatives : public ObjectBackedNativeHandler {
|
| // |operation|: A string describing the operation. Supported operations are
|
| // "GenerateKey", "Sign" and "Verify".
|
| // Returns the normalized dictionary on success, or null if some required
|
| - // parameters are missing or not supported.
|
| + // parameters are missing or not supported. Note that it returns untyped
|
| + // arrays instead of typed arrays (e.g. for RSA publicExponent).
|
| void NormalizeAlgorithm(const v8::FunctionCallbackInfo<v8::Value>& call_info);
|
|
|
| DISALLOW_COPY_AND_ASSIGN(EnterprisePlatformKeysNatives);
|
|
|