| Index: chrome/common/extensions/api/passwords_private.idl
|
| diff --git a/chrome/common/extensions/api/passwords_private.idl b/chrome/common/extensions/api/passwords_private.idl
|
| index c2a1265f194bb7c6f86ec012ee49fb860c43f32a..72c0177be2527b2d04da1e49cb327003e3aa63e5 100644
|
| --- a/chrome/common/extensions/api/passwords_private.idl
|
| +++ b/chrome/common/extensions/api/passwords_private.idl
|
| @@ -4,7 +4,7 @@
|
|
|
| // Use the <code>chrome.passwordsPrivate</code> API to add or remove password
|
| // data from the settings UI.
|
| -namespace passwordsPrivate {
|
| +[use_movable_types=true] namespace passwordsPrivate {
|
| // Pair of origin URL and login saved for that URL.
|
| dictionary LoginPair {
|
| // The human-readable origin for the URL where the password is used.
|
|
|