Index: chrome/browser/autofill/credit_card.h |
diff --git a/chrome/browser/autofill/credit_card.h b/chrome/browser/autofill/credit_card.h |
index 66c592e1601684949cbae1da9deda7ea767faf57..6f26a1fe4a0fb78eca57d80b4acf5f66c7c32d9f 100644 |
--- a/chrome/browser/autofill/credit_card.h |
+++ b/chrome/browser/autofill/credit_card.h |
@@ -55,6 +55,12 @@ class CreditCard : public FormGroup { |
string16 ObfuscatedNumber() const; |
// The last four digits of the credit card number. |
string16 LastFourDigits() const; |
+ // The user-visible type of the card, e.g. 'Mastercard'. |
+ string16 TypeForDisplay() const; |
+ // A label for this credit card formatted as 'Cardname - 2345'. |
+ string16 TypeAndLastFourDigits() const; |
+ // The ResourceBundle ID for the appropriate credit card image. |
+ int IconResourceId() const; |
const std::string& type() const { return type_; } |