| Index: chrome/browser/extensions/api/platform_keys/platform_keys_api.h
|
| diff --git a/chrome/browser/extensions/api/platform_keys/platform_keys_api.h b/chrome/browser/extensions/api/platform_keys/platform_keys_api.h
|
| index a423e9df5cb59ff0282a7fa70c02cd9d24d0eb19..7a4b9ea7b9c16486317d1089d5a3cfbc2d1f70c9 100644
|
| --- a/chrome/browser/extensions/api/platform_keys/platform_keys_api.h
|
| +++ b/chrome/browser/extensions/api/platform_keys/platform_keys_api.h
|
| @@ -46,6 +46,16 @@ class PlatformKeysInternalSelectClientCertificatesFunction
|
| PLATFORMKEYSINTERNAL_SELECTCLIENTCERTIFICATES);
|
| };
|
|
|
| +class PlatformKeysInternalGetPublicKeyFunction
|
| + : public ChromeUIThreadExtensionFunction {
|
| + private:
|
| + ~PlatformKeysInternalGetPublicKeyFunction() override;
|
| + ResponseAction Run() override;
|
| +
|
| + DECLARE_EXTENSION_FUNCTION("platformKeysInternal.getPublicKey",
|
| + PLATFORMKEYSINTERNAL_GETPUBLICKEY);
|
| +};
|
| +
|
| class PlatformKeysInternalSignFunction
|
| : public ChromeUIThreadExtensionFunction {
|
| private:
|
|
|