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

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

Issue 870203002: Add status to server credit cards. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: test updates 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.h
diff --git a/chrome/browser/ui/autofill/card_unmask_prompt_controller.h b/chrome/browser/ui/autofill/card_unmask_prompt_controller.h
index b4eba4e3f800e24f0dbdec0a1d1967784e6bdf9e..e31a67cf7990e2282e1db11dd4a7f4dcf3f61bbe 100644
--- a/chrome/browser/ui/autofill/card_unmask_prompt_controller.h
+++ b/chrome/browser/ui/autofill/card_unmask_prompt_controller.h
@@ -24,6 +24,7 @@ class CardUnmaskPromptController {
virtual base::string16 GetWindowTitle() const = 0;
virtual base::string16 GetInstructionsMessage() const = 0;
virtual int GetCvcImageRid() const = 0;
+ virtual bool ShouldRequestExpirationDate() const = 0;
virtual bool InputTextIsValid(const base::string16& input_text) const = 0;
};

Powered by Google App Engine
This is Rietveld 408576698