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