| Index: chrome/browser/ui/autofill/autofill_dialog_controller_impl.h
|
| diff --git a/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h b/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h
|
| index 0a78a0b8b34fab35364394d80cdcc1dceb239d21..944275d4fb73b425b8e6356cfbf1ee10766666c2 100644
|
| --- a/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h
|
| +++ b/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h
|
| @@ -412,6 +412,10 @@ class AutofillDialogControllerImpl : public AutofillDialogController,
|
| // the dialog have valid contents.
|
| bool SectionIsValid(DialogSection section) const;
|
|
|
| + // Whether the currently active CC expiration date is valid.
|
| + bool IsCCExpirationValid(const base::string16& year,
|
| + const base::string16& month) const;
|
| +
|
| // Returns true if |key| refers to a suggestion, as opposed to some control
|
| // menu item.
|
| bool IsASuggestionItemKey(const std::string& key);
|
|
|