Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1371)

Unified Diff: third_party/closure_compiler/externs/passwords_private.js

Issue 1860783004: Make the saved password website link-able. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove-password-observer.gitbr
Patch Set: rebase Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/extensions/api/passwords_private.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
* }}
« no previous file with comments | « chrome/common/extensions/api/passwords_private.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698