| Index: chrome/common/extensions/api/cryptotoken_private.idl
|
| diff --git a/chrome/common/extensions/api/cryptotoken_private.idl b/chrome/common/extensions/api/cryptotoken_private.idl
|
| index 8a091bb5318e98e4ceaf5aa84e73334e048e1c1b..f424a25eac7ff705da6646e83571c59123910cd5 100644
|
| --- a/chrome/common/extensions/api/cryptotoken_private.idl
|
| +++ b/chrome/common/extensions/api/cryptotoken_private.idl
|
| @@ -4,7 +4,7 @@
|
|
|
| // <code>chrome.cryptotokenPrivate</code> API that provides hooks to Chrome to
|
| // be used by cryptotoken component extension.
|
| -namespace cryptotokenPrivate {
|
| +[use_movable_types=true] namespace cryptotokenPrivate {
|
|
|
| // Callback for appId check
|
| callback AppIdCallback = void(boolean result);
|
|
|