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

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

Issue 904613006: Autofill: First step toward CVC unmask prompt dialog on OSX. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address groby@ comments for patch set 8. Created 5 years, 10 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_view.h
diff --git a/chrome/browser/ui/autofill/card_unmask_prompt_view.h b/chrome/browser/ui/autofill/card_unmask_prompt_view.h
index d075ecd0b0ad2a9fce5b166559478fe2665ef068..365389ff9b3b256ba2f09fe1e1e22f53edb0015c 100644
--- a/chrome/browser/ui/autofill/card_unmask_prompt_view.h
+++ b/chrome/browser/ui/autofill/card_unmask_prompt_view.h
@@ -21,9 +21,12 @@ class CardUnmaskPromptView {
virtual void DisableAndWaitForVerification() = 0;
virtual void GotVerificationResult(bool success) = 0;
+ // Simulates the user pressing 'Cancel' to abort the dialog.
+ virtual void CancelForTesting() = 0;
Evan Stade 2015/02/13 03:27:05 instead of adding this here, create another interf
bondd 2015/02/17 19:39:59 Done.
+
protected:
- CardUnmaskPromptView();
- virtual ~CardUnmaskPromptView();
+ CardUnmaskPromptView() {}
+ virtual ~CardUnmaskPromptView() {}
private:
DISALLOW_COPY_AND_ASSIGN(CardUnmaskPromptView);
« no previous file with comments | « chrome/browser/ui/autofill/card_unmask_prompt_controller_impl.h ('k') | chrome/browser/ui/autofill/card_unmask_prompt_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698