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

Unified Diff: chrome/browser/ui/autofill/autofill_dialog_controller_impl.h

Issue 15961007: Highlight fields we know to be invalid but have no way of locally checking. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 7 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: 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);

Powered by Google App Engine
This is Rietveld 408576698