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

Unified Diff: chrome/browser/ui/views/autofill/card_unmask_prompt_views.cc

Issue 2000863002: MacViews: support Views credit card unmask prompt (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix build break with autofill namespace Created 4 years, 7 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/views/autofill/card_unmask_prompt_views.cc
diff --git a/chrome/browser/ui/views/autofill/card_unmask_prompt_views.cc b/chrome/browser/ui/views/autofill/card_unmask_prompt_views.cc
index 7734d6225fa600ac1c62b0e4af65b355eedd733d..de2ec39d023b678f5ddd784abc4442129d79d895 100644
--- a/chrome/browser/ui/views/autofill/card_unmask_prompt_views.cc
+++ b/chrome/browser/ui/views/autofill/card_unmask_prompt_views.cc
@@ -55,12 +55,6 @@ SkColor const kSubtleBorderColor = SkColorSetARGB(10, 0, 0, 0);
} // namespace
-CardUnmaskPromptView* CreateCardUnmaskPromptView(
- CardUnmaskPromptController* controller,
- content::WebContents* web_contents) {
- return new CardUnmaskPromptViews(controller, web_contents);
-}
-
CardUnmaskPromptViews::CardUnmaskPromptViews(
CardUnmaskPromptController* controller,
content::WebContents* web_contents)

Powered by Google App Engine
This is Rietveld 408576698