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

Unified Diff: components/autofill/content/browser/wallet/full_wallet.h

Issue 22009003: [Autofill] Distinguish between native field types and potentially HTML field types. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 4 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/content/browser/wallet/full_wallet.h
diff --git a/components/autofill/content/browser/wallet/full_wallet.h b/components/autofill/content/browser/wallet/full_wallet.h
index b97d67093687eae55638f1c7ea3cfae230a752a2..61e846a2c020edbaa989cbcc9cdc187ed1d4b8db 100644
--- a/components/autofill/content/browser/wallet/full_wallet.h
+++ b/components/autofill/content/browser/wallet/full_wallet.h
@@ -20,6 +20,9 @@ class DictionaryValue;
}
namespace autofill {
+
+class AutofillType;
+
namespace wallet {
class FullWalletTest;
@@ -39,7 +42,7 @@ class FullWallet {
CreateFullWallet(const base::DictionaryValue& dictionary);
// Returns corresponding data for |type|.
- base::string16 GetInfo(AutofillFieldType type);
+ base::string16 GetInfo(const AutofillType& type);
// Whether or not |action| is in |required_actions_|.
bool HasRequiredAction(RequiredAction action) const;

Powered by Google App Engine
This is Rietveld 408576698