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

Unified Diff: components/autofill/browser/credit_card.h

Issue 13488009: Remove application locale cache in autofill code. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: sync Created 7 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/browser/credit_card.h
===================================================================
--- components/autofill/browser/credit_card.h (revision 192613)
+++ components/autofill/browser/credit_card.h (working copy)
@@ -46,6 +46,7 @@
const std::string& app_locale) OVERRIDE;
virtual void FillFormField(const AutofillField& field,
size_t variant,
+ const std::string& app_locale,
FormFieldData* field_data) const OVERRIDE;
// Credit card preview summary, for example: ******1234, Exp: 01/2020
@@ -97,7 +98,7 @@
bool operator!=(const CreditCard& credit_card) const;
// Returns true if there are no values (field types) set.
- bool IsEmpty() const;
+ bool IsEmpty(const std::string& app_locale) const;
// Returns true if all field types have valid values set.
bool IsComplete() const;
« no previous file with comments | « components/autofill/browser/autofill_profile_unittest.cc ('k') | components/autofill/browser/credit_card.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698