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

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: Remove view_tester files and don't return WeakPtrs. 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..de3a2ff79bda569763795ba719a919331fafde66 100644
--- a/chrome/browser/ui/autofill/card_unmask_prompt_view.h
+++ b/chrome/browser/ui/autofill/card_unmask_prompt_view.h
@@ -22,8 +22,8 @@ class CardUnmaskPromptView {
virtual void GotVerificationResult(bool success) = 0;
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