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

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

Issue 1128203005: Add the IDL and stub implementation for the chrome.passwordsPrivate API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase/lint. Created 5 years, 7 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/autofill_private.js
diff --git a/third_party/closure_compiler/externs/autofill_private.js b/third_party/closure_compiler/externs/autofill_private.js
index 05ea05e2c6fbdeaffc951ebc4b52567b316fb31f..bb34658a9a89309e289a08353c43a074f6f53af3 100644
--- a/third_party/closure_compiler/externs/autofill_private.js
+++ b/third_party/closure_compiler/externs/autofill_private.js
@@ -59,7 +59,7 @@ var AddressEntry;
/**
* @typedef {{
- * field: number,
+ * field: !chrome.autofillPrivate.AddressField,
* fieldName: string,
* isLongField: boolean,
* placeholder: (string|undefined)
« no previous file with comments | « extensions/common/permissions/permission_message.h ('k') | third_party/closure_compiler/externs/passwords_private.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698