| 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 10e983b4df1f2d0f0805e4753f69ef00a29a722f..b320d8a02ea8ed9bc435f2d2633bca2c5d29d6cd 100644
|
| --- a/third_party/closure_compiler/externs/passwords_private.js
|
| +++ b/third_party/closure_compiler/externs/passwords_private.js
|
| @@ -7,7 +7,7 @@
|
| // NOTE: The format of types has changed. 'FooType' is now
|
| // 'chrome.passwordsPrivate.FooType'.
|
| // Please run the closure compiler before committing changes.
|
| -// See https://code.google.com/p/chromium/wiki/ClosureCompilation.
|
| +// See https://chromium.googlesource.com/chromium/src/+/master/docs/closure_compilation.md
|
|
|
| /** @fileoverview Externs generated from namespace: passwordsPrivate */
|
|
|
| @@ -28,6 +28,7 @@ chrome.passwordsPrivate.LoginPair;
|
| /**
|
| * @typedef {{
|
| * loginPair: !chrome.passwordsPrivate.LoginPair,
|
| + * linkUrl: string,
|
| * numCharactersInPassword: number,
|
| * federationText: (string|undefined)
|
| * }}
|
|
|