| Index: third_party/closure_compiler/externs/passwords_private.js
|
| diff --git a/third_party/closure_compiler/externs/passwords_private.js b/third_party/closure_compiler/externs/passwords_private.js
|
| index b320d8a02ea8ed9bc435f2d2633bca2c5d29d6cd..af7620c7f34ca0aeed33444f27c940c48e7c080f 100644
|
| --- a/third_party/closure_compiler/externs/passwords_private.js
|
| +++ b/third_party/closure_compiler/externs/passwords_private.js
|
| @@ -75,6 +75,20 @@ chrome.passwordsPrivate.removePasswordException = function(exceptionUrl) {};
|
| chrome.passwordsPrivate.requestPlaintextPassword = function(loginPair) {};
|
|
|
| /**
|
| + * Returns the list of saved passwords using the |onSavedPasswordsListChanged|
|
| + * event.
|
| + * @see https://developer.chrome.com/extensions/passwordsPrivate#method-requestSavedPasswordList
|
| + */
|
| +chrome.passwordsPrivate.requestSavedPasswordList = function() {};
|
| +
|
| +/**
|
| + * Returns the list of password exceptions using the
|
| + * |onPasswordExceptionsListChanged| event.
|
| + * @see https://developer.chrome.com/extensions/passwordsPrivate#method-requestPasswordExceptionList
|
| + */
|
| +chrome.passwordsPrivate.requestPasswordExceptionList = function() {};
|
| +
|
| +/**
|
| * Fired when the saved passwords list has changed, meaning that an entry has
|
| * been added or removed. Note that this event fires as soon as a listener is
|
| * added.
|
|
|