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

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

Issue 844333003: MacViews: Audit TOOLKIT_VIEWS in chrome/browser/ui (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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
« no previous file with comments | « no previous file | chrome/browser/ui/bookmarks/bookmark_bar_constants.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 c420f916d805b0536eed54c702c2038b7e92cf13..469aa16c8cac263fdb83e7f3825e14a9936953eb 100644
--- a/chrome/browser/ui/autofill/card_unmask_prompt_view.cc
+++ b/chrome/browser/ui/autofill/card_unmask_prompt_view.cc
@@ -7,7 +7,7 @@
namespace autofill {
-#if !defined(OS_ANDROID) && !defined(TOOLKIT_VIEWS)
+#if !defined(OS_ANDROID) && !defined(TOOLKIT_VIEWS) || defined(OS_MACOSX)
msw 2015/01/13 20:22:24 nit: This seems specific to Mac and iOS, can we do
tapted 2015/01/14 00:07:38 ooh - much nicer. In fact OS_IOS is only defined w
msw 2015/01/14 00:09:13 Nice.
// static
CardUnmaskPromptView* CardUnmaskPromptView::CreateAndShow(
CardUnmaskPromptController* controller) {
« no previous file with comments | « no previous file | chrome/browser/ui/bookmarks/bookmark_bar_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698