| Index: chrome/common/extensions/api/enterprise_platform_keys.idl
|
| diff --git a/chrome/common/extensions/api/enterprise_platform_keys.idl b/chrome/common/extensions/api/enterprise_platform_keys.idl
|
| index bb5cfb15ec556a59721c8f721301fb1fdc5c6814..ceef3b74824e9649efd3934f5545804de414d315 100644
|
| --- a/chrome/common/extensions/api/enterprise_platform_keys.idl
|
| +++ b/chrome/common/extensions/api/enterprise_platform_keys.idl
|
| @@ -7,7 +7,7 @@
|
| // certificates will be managed by the platform and can be used for TLS
|
| // authentication, network access or by other extension through
|
| // $(ref:platformKeys chrome.platformKeys).
|
| -[platforms = ("chromeos")]
|
| +[platforms = ("chromeos"), use_movable_types=true]
|
| namespace enterprise.platformKeys {
|
| [nocompile, noinline_doc] dictionary Token {
|
| // Uniquely identifies this <code>Token</code>.
|
|
|