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

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

Issue 1303733002: rAc Wallet extirpation, round 2: remove generated card bubble code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: another reference Created 5 years, 4 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/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
deleted file mode 100644
index faaa284f9e860c2a4b56e066b18c7e7f3a78a27f..0000000000000000000000000000000000000000
--- a/chrome/browser/ui/autofill/generated_credit_card_bubble_view.cc
+++ /dev/null
@@ -1,24 +0,0 @@
-// Copyright 2013 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "chrome/browser/ui/autofill/generated_credit_card_bubble_view.h"
-
-namespace autofill {
-
-// static
-const int GeneratedCreditCardBubbleView::kContentsWidth = 350;
-
-GeneratedCreditCardBubbleView::~GeneratedCreditCardBubbleView() {}
-
-#if !defined(TOOLKIT_VIEWS) && !defined(OS_MACOSX)
-// static
-base::WeakPtr<GeneratedCreditCardBubbleView>
- GeneratedCreditCardBubbleView::Create(
- const base::WeakPtr<GeneratedCreditCardBubbleController>& controller) {
- // TODO(dbeam): make a bubble on all applicable platforms.
- return base::WeakPtr<GeneratedCreditCardBubbleView>();
-}
-#endif
-
-} // namespace autofill

Powered by Google App Engine
This is Rietveld 408576698