summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill/autofill_manager.h
diff options
context:
space:
mode:
authorestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-12 02:51:12 +0000
committerestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-12 02:51:12 +0000
commitbbdf3313bf646b8dcedd932747327354149aacdc (patch)
tree32bcb40abb4b876fa392863bff386a6d6f944bbf /chrome/browser/autofill/autofill_manager.h
parent2cd318d8571aa7886e643f86da2b9131167c9e68 (diff)
downloadchromium_src-bbdf3313bf646b8dcedd932747327354149aacdc.zip
chromium_src-bbdf3313bf646b8dcedd932747327354149aacdc.tar.gz
chromium_src-bbdf3313bf646b8dcedd932747327354149aacdc.tar.bz2
handle credit card autofill popups in autofill dialog
BUG=164966 Review URL: https://codereview.chromium.org/11829050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176494 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/autofill/autofill_manager.h')
-rw-r--r--chrome/browser/autofill/autofill_manager.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/browser/autofill/autofill_manager.h b/chrome/browser/autofill/autofill_manager.h
index 64b01f4..28d9e47 100644
--- a/chrome/browser/autofill/autofill_manager.h
+++ b/chrome/browser/autofill/autofill_manager.h
@@ -285,8 +285,7 @@ class AutofillManager : public content::WebContentsObserver,
// Returns a list of values from the stored credit cards that match |type| and
// the value of |field| and returns the labels of the matching credit cards.
- void GetCreditCardSuggestions(FormStructure* form,
- const FormFieldData& field,
+ void GetCreditCardSuggestions(const FormFieldData& field,
AutofillFieldType type,
std::vector<string16>* values,
std::vector<string16>* labels,