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

Unified Diff: components/password_manager/core/browser/import/csv_reader.h

Issue 1193143003: Enable import/export of passwords into/from Password Manager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comment 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
Index: components/password_manager/core/browser/import/csv_reader.h
diff --git a/components/password_manager/core/browser/import/csv_reader.h b/components/password_manager/core/browser/import/csv_reader.h
index b1dcde5d34cf12b11e2d1b51f587501014df11c5..ad1c487ea53dec00b570f4443316646df4cf4b10 100644
--- a/components/password_manager/core/browser/import/csv_reader.h
+++ b/components/password_manager/core/browser/import/csv_reader.h
@@ -22,7 +22,7 @@ namespace password_manager {
// be converted to LF characters inside quotes.
// * Inconsistent number of fields within records is handled gracefully. Extra
// fields are ignored. Missing fields will have no corresponding key-value
-// pair in the record's ColumnNameToValueMap.
+// pair in the record.
// * Repeated columns of the same name are not supported (the last value will
// be preserved).
//

Powered by Google App Engine
This is Rietveld 408576698