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

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

Issue 40483003: [rAC, OSX] Add "generated CC" info bubble. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove bad DCHECK Created 7 years, 1 month 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/cocoa/autofill/generated_credit_card_bubble_cocoa.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/autofill/generated_credit_card_bubble_view.cc
diff --git a/chrome/browser/ui/autofill/generated_credit_card_bubble_view.cc b/chrome/browser/ui/autofill/generated_credit_card_bubble_view.cc
index 9044a1e0a732e32f708323159dbf7dd556d15e0e..faaa284f9e860c2a4b56e066b18c7e7f3a78a27f 100644
--- a/chrome/browser/ui/autofill/generated_credit_card_bubble_view.cc
+++ b/chrome/browser/ui/autofill/generated_credit_card_bubble_view.cc
@@ -11,7 +11,7 @@ const int GeneratedCreditCardBubbleView::kContentsWidth = 350;
GeneratedCreditCardBubbleView::~GeneratedCreditCardBubbleView() {}
-#if !defined(TOOLKIT_VIEWS)
+#if !defined(TOOLKIT_VIEWS) && !defined(OS_MACOSX)
// static
base::WeakPtr<GeneratedCreditCardBubbleView>
GeneratedCreditCardBubbleView::Create(
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/autofill/generated_credit_card_bubble_cocoa.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698