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

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

Issue 1020013003: Add a regression test for the CardUnmaskPrompt. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: EXPECT Created 5 years, 9 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
« no previous file with comments | « no previous file | chrome/browser/ui/autofill/card_unmask_prompt_controller_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 8679e7a6a96be1346bbd0d0aff0ec4896b107f01..c6cf268c41e8ec75101e19c6a9e1a0ab02c75e2e 100644
--- a/chrome/browser/ui/autofill/card_unmask_prompt_controller.h
+++ b/chrome/browser/ui/autofill/card_unmask_prompt_controller.h
@@ -7,6 +7,10 @@
#include "base/strings/string16.h"
+namespace base {
+class TimeDelta;
+}
+
namespace content {
class WebContents;
}
@@ -32,6 +36,7 @@ class CardUnmaskPromptController {
virtual bool InputCvcIsValid(const base::string16& input_text) const = 0;
virtual bool InputExpirationIsValid(const base::string16& month,
const base::string16& year) const = 0;
+ virtual base::TimeDelta GetSuccessMessageDuration() const = 0;
};
} // namespace autofill
« no previous file with comments | « no previous file | chrome/browser/ui/autofill/card_unmask_prompt_controller_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698