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

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

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/autofill/create_card_unmask_prompt_view.h
diff --git a/chrome/browser/ui/autofill/create_card_unmask_prompt_view.h b/chrome/browser/ui/autofill/create_card_unmask_prompt_view.h
index 8bb8eb219d1c39564bb214b0a8d46c06c1b084a2..4a584cbde1795b1632df58c9b21e9c8c3b751ba2 100644
--- a/chrome/browser/ui/autofill/create_card_unmask_prompt_view.h
+++ b/chrome/browser/ui/autofill/create_card_unmask_prompt_view.h
@@ -14,7 +14,9 @@ namespace autofill {
class CardUnmaskPromptController;
class CardUnmaskPromptView;
-// Factory function for CardUnmaskPromptView on non-iOS platforms.
+// Factory function for CardUnmaskPromptView on non-iOS platforms. This function
+// has separate implementations for Views browsers, for Cocoa browsers, and for
+// Android.
CardUnmaskPromptView* CreateCardUnmaskPromptView(
CardUnmaskPromptController* controller, content::WebContents* web_contents);

Powered by Google App Engine
This is Rietveld 408576698