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

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

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: Fix TODO. 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.cc
diff --git a/chrome/browser/ui/autofill/card_unmask_prompt_view.cc b/chrome/browser/ui/autofill/card_unmask_prompt_view.cc
index e7c7fd482f50704cc9c577ca83d8e1d5036127ce..8b06ca2f3fa39ad7600fcbee0517fd12b95cdfa0 100644
--- a/chrome/browser/ui/autofill/card_unmask_prompt_view.cc
+++ b/chrome/browser/ui/autofill/card_unmask_prompt_view.cc
@@ -7,14 +7,6 @@
namespace autofill {
-#if defined(OS_MACOSX)
-// static
-CardUnmaskPromptView* CardUnmaskPromptView::CreateAndShow(
- CardUnmaskPromptController* controller) {
- return nullptr;
-}
-#endif
-
CardUnmaskPromptView::CardUnmaskPromptView() {
}
CardUnmaskPromptView::~CardUnmaskPromptView() {
groby-ooo-7-16 2015/02/06 03:06:18 Why do these two (or the whole .cc file, really) e
bondd 2015/02/09 19:21:00 @estade: Is it okay with you if I get rid of this
Evan Stade 2015/02/09 19:30:22 I think presubmit checks might complain with somet

Powered by Google App Engine
This is Rietveld 408576698