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

Unified Diff: chrome/browser/resources/options/password_manager_list.js

Issue 1020863011: Fixing typos that snuck in with https://crrev.com/960493004. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/password_manager_list.js
diff --git a/chrome/browser/resources/options/password_manager_list.js b/chrome/browser/resources/options/password_manager_list.js
index 99c64536467a7397ee5711b4e79ef95698be0042..f8ed9e8a5fdc5423ac10318d6bacaf1bb2450d75 100644
--- a/chrome/browser/resources/options/password_manager_list.js
+++ b/chrome/browser/resources/options/password_manager_list.js
@@ -176,7 +176,7 @@ cr.define('options.passwordManager', function() {
* @private
*/
getOriginalIndex_: function() {
- var index = this.dataItem[INDEX_DATA_INDEX];
+ var index = this.dataItem[ORIGINAL_DATA_INDEX];
return index ? index : this.dataModel.indexOf(this.dataItem);
},
@@ -235,7 +235,7 @@ cr.define('options.passwordManager', function() {
return this.dataItem[FEDERATION_DATA_INDEX];
},
set federation(federation) {
- this.dataItem[FEDERATION_DATA_INDEX] = password;
+ this.dataItem[FEDERATION_DATA_INDEX] = federation;
},
};
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698