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

Unified Diff: components/autofill/core/browser/contact_info.h

Issue 1931123002: [Autofill] Make PersonalDataManager::OverwriteWith case sensitive. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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
Index: components/autofill/core/browser/contact_info.h
diff --git a/components/autofill/core/browser/contact_info.h b/components/autofill/core/browser/contact_info.h
index 9018422553870a8eb4b3696fccac06eb0e07d400..d2e70ba13f323e51b61923def7eed41eec7b8b50 100644
--- a/components/autofill/core/browser/contact_info.h
+++ b/components/autofill/core/browser/contact_info.h
@@ -22,8 +22,8 @@ class NameInfo : public FormGroup {
NameInfo& operator=(const NameInfo& info);
- // Compares |NameInfo| objects for |given_|, |middle_| and |family_| names,
- // ignoring their case differences.
+ // Compares |NameInfo| objects for |given_|, |middle_| and |family_| names.
+ // The comparison is case sensitive.
bool ParsedNamesAreEqual(const NameInfo& info) const;
// FormGroup:
« no previous file with comments | « components/autofill/core/browser/autofill_profile_unittest.cc ('k') | components/autofill/core/browser/contact_info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698