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

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: Simpler #if condition 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..e7c7fd482f50704cc9c577ca83d8e1d5036127ce 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_MACOSX)
// 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