| Index: chrome/common/extensions/api/certificate_provider.idl
|
| diff --git a/chrome/common/extensions/api/certificate_provider.idl b/chrome/common/extensions/api/certificate_provider.idl
|
| index 4062d0445b3a48d68be9c5f97b3a383d372e9416..50ec63a4c50c6f937ac79b33650c7846242f4184 100644
|
| --- a/chrome/common/extensions/api/certificate_provider.idl
|
| +++ b/chrome/common/extensions/api/certificate_provider.idl
|
| @@ -4,7 +4,7 @@
|
|
|
| // Use this API to expose certificates to the platform which can use these
|
| // certificates for TLS authentications.
|
| -namespace certificateProvider {
|
| +[use_movable_types=true]namespace certificateProvider {
|
| enum Hash {
|
| MD5_SHA1,
|
| SHA1,
|
|
|