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

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

Issue 2041413004: Add an AutofillProfileComparator class. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 6 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 | « components/autofill/core/browser/BUILD.gn ('k') | components/autofill/core/browser/autofill_profile.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/core/browser/autofill_profile.h
diff --git a/components/autofill/core/browser/autofill_profile.h b/components/autofill/core/browser/autofill_profile.h
index 3f5e1eedd8616e5394e5eb8271a78cc5871c9e14..7ab0ac2722d8b610a4ee4d5c46fe83f91d4e36bb 100644
--- a/components/autofill/core/browser/autofill_profile.h
+++ b/components/autofill/core/browser/autofill_profile.h
@@ -186,11 +186,6 @@ class AutofillProfile : public AutofillDataModel {
// for storing or displaying to the user.
static base::string16 CanonicalizeProfileString(const base::string16& str);
- // Returns true if the given two profile strings are similar enough that
- // they probably refer to the same thing.
- static bool AreProfileStringsSimilar(const base::string16& a,
- const base::string16& b);
-
private:
typedef std::vector<const FormGroup*> FormGroupList;
« no previous file with comments | « components/autofill/core/browser/BUILD.gn ('k') | components/autofill/core/browser/autofill_profile.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698