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

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

Issue 2651663003: Show human readable origin for Android apps (Closed)
Patch Set: New Round Created 3 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
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 b53aa2643b66abb61ef6e9c82af94fd623a21696..61c405adaefca07762855a850b5966922b244638 100644
--- a/third_party/closure_compiler/externs/passwords_private.js
+++ b/third_party/closure_compiler/externs/passwords_private.js
@@ -41,9 +41,9 @@ chrome.passwordsPrivate.PasswordUiEntry;
* exceptionUrl: string,
* linkUrl: string
* }}
- * @see https://developer.chrome.com/extensions/passwordsPrivate#type-ExceptionPair
+ * @see https://developer.chrome.com/extensions/passwordsPrivate#type-ExceptionEntry
*/
-chrome.passwordsPrivate.ExceptionPair;
+chrome.passwordsPrivate.ExceptionEntry;
jdoerrie 2017/04/21 17:07:18 Modifying this manually is definitely the wrong wa
tommycli 2017/04/21 17:18:49 Check dis out: https://cs.chromium.org/chromium/sr
hcarmona 2017/04/21 17:52:19 Doesn't seem to regen on my machine automatically.
hcarmona 2017/04/21 18:04:19 go/ndgmw worked for me :-)
/**
* @typedef {{
@@ -94,7 +94,7 @@ chrome.passwordsPrivate.getSavedPasswordList = function(callback) {};
/**
* Returns the list of password exceptions.
- * @param {function(!Array<!chrome.passwordsPrivate.ExceptionPair>):void}
+ * @param {function(!Array<!chrome.passwordsPrivate.ExceptionEntry>):void}
* callback Called with the list of password exceptions.
* @see https://developer.chrome.com/extensions/passwordsPrivate#method-getPasswordExceptionList
*/

Powered by Google App Engine
This is Rietveld 408576698