summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/autofill/generated_credit_card_bubble_view.cc
blob: faaa284f9e860c2a4b56e066b18c7e7f3a78a27f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
// 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