| Index: chrome/browser/ui/autofill/new_credit_card_bubble_controller.cc
|
| diff --git a/chrome/browser/ui/autofill/new_credit_card_bubble_controller.cc b/chrome/browser/ui/autofill/new_credit_card_bubble_controller.cc
|
| index 0159a39bc5c27f346d684cf138c782d80c3e41ed..d13db3d7955586bc92f2a5536c23c5ff86b07585 100644
|
| --- a/chrome/browser/ui/autofill/new_credit_card_bubble_controller.cc
|
| +++ b/chrome/browser/ui/autofill/new_credit_card_bubble_controller.cc
|
| @@ -26,14 +26,6 @@
|
|
|
| namespace autofill {
|
|
|
| -namespace {
|
| -
|
| -static const int kMaxGeneratedCardTimesToShow = 5;
|
| -static const char kWalletGeneratedCardLearnMoreLink[] =
|
| - "http://support.google.com/wallet/bin/answer.py?hl=en&answer=2740044";
|
| -
|
| -} // namespace
|
| -
|
| CreditCardDescription::CreditCardDescription() {}
|
| CreditCardDescription::~CreditCardDescription() {}
|
|
|
|
|