summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill/autofill_profile.h
diff options
context:
space:
mode:
authorgeorgey@chromium.org <georgey@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-07 03:45:14 +0000
committergeorgey@chromium.org <georgey@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-07 03:45:14 +0000
commit3a0204e7028c023d7ce81ef1d74a4d9ba8f3b3ab (patch)
treed48b0780a25a42505c349678ebc5f9ab042c504b /chrome/browser/autofill/autofill_profile.h
parent2f0194ddff22a57deb666ad253dbb1a3ef08d917 (diff)
downloadchromium_src-3a0204e7028c023d7ce81ef1d74a4d9ba8f3b3ab.zip
chromium_src-3a0204e7028c023d7ce81ef1d74a4d9ba8f3b3ab.tar.gz
chromium_src-3a0204e7028c023d7ce81ef1d74a4d9ba8f3b3ab.tar.bz2
Added multi-valued field sync to Autofill (client) (Issue: Autofill profiles with multi-valued...)
BUG=77444 TEST=unit-tests Review URL: http://codereview.chromium.org/8969006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116812 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/autofill/autofill_profile.h')
-rw-r--r--chrome/browser/autofill/autofill_profile.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/chrome/browser/autofill/autofill_profile.h b/chrome/browser/autofill/autofill_profile.h
index df6fe30..c58d084 100644
--- a/chrome/browser/autofill/autofill_profile.h
+++ b/chrome/browser/autofill/autofill_profile.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -109,7 +109,8 @@ class AutofillProfile : public FormGroup {
// multi-valued items.
int Compare(const AutofillProfile& profile) const;
- // Comparison for Sync. Same as |Compare| but includes multi-valued fields.
+ // Full profile comparision, use instead of |Compare|. Same as |Compare| but
+ // includes multi-valued fields.
int CompareMulti(const AutofillProfile& profile) const;
// Equality operators compare GUIDs and the contents in the comparison.