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

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

Issue 870203002: Add status to server credit cards. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add TODO Created 5 years, 11 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/card_unmask_prompt_controller_impl.h
diff --git a/chrome/browser/ui/autofill/card_unmask_prompt_controller_impl.h b/chrome/browser/ui/autofill/card_unmask_prompt_controller_impl.h
index 5e308595d993bb22e8a6960bb132d897d28f2a49..85aecc6bd59baf34be17d94b176793d3c2925d8e 100644
--- a/chrome/browser/ui/autofill/card_unmask_prompt_controller_impl.h
+++ b/chrome/browser/ui/autofill/card_unmask_prompt_controller_impl.h
@@ -32,6 +32,7 @@ class CardUnmaskPromptControllerImpl : public CardUnmaskPromptController {
base::string16 GetWindowTitle() const override;
base::string16 GetInstructionsMessage() const override;
int GetCvcImageRid() const override;
+ bool ShouldRequestExpirationDate() const override;
bool InputTextIsValid(const base::string16& input_text) const override;
private:

Powered by Google App Engine
This is Rietveld 408576698