| Index: chrome/common/extensions/api/platform_keys_internal.idl
|
| diff --git a/chrome/common/extensions/api/platform_keys_internal.idl b/chrome/common/extensions/api/platform_keys_internal.idl
|
| index 48719e2c91b6b831f7d00ac69d93e51307ced9e8..8af6c1201cd2acea4439b8670728a6658d350e43 100644
|
| --- a/chrome/common/extensions/api/platform_keys_internal.idl
|
| +++ b/chrome/common/extensions/api/platform_keys_internal.idl
|
| @@ -4,7 +4,8 @@
|
|
|
| // Internal API for to implement the platformKeys and enterprise.platformKeys
|
| // APIs.
|
| -[implemented_in = "chrome/browser/extensions/api/platform_keys/platform_keys_api.h"]
|
| +[implemented_in = "chrome/browser/extensions/api/platform_keys/platform_keys_api.h",
|
| +use_movable_types=true]
|
| namespace platformKeysInternal {
|
| callback SelectCallback = void (platformKeys.Match[] certs);
|
|
|
|
|