Chromium Code Reviews| Index: chrome/browser/ui/views/payments/payment_request_views_util.cc |
| diff --git a/chrome/browser/ui/views/payments/payment_request_views_util.cc b/chrome/browser/ui/views/payments/payment_request_views_util.cc |
| index 46505589095ad8802f1ddb509c8430a4b11a671b..379f397628d8730fcc1faa8d572dd97e9712e1e7 100644 |
| --- a/chrome/browser/ui/views/payments/payment_request_views_util.cc |
| +++ b/chrome/browser/ui/views/payments/payment_request_views_util.cc |
| @@ -215,8 +215,6 @@ std::unique_ptr<views::View> GetContactInfoLabel( |
| base::JoinString(values, base::ASCIIToUTF16("\n")), nullptr); |
| } |
| -// Creates a views::Border object that can paint the gray horizontal ruler used |
|
anthonyvd
2017/03/01 20:15:34
This comment was on both this and the declaration
tmartino
2017/03/01 22:48:14
Yes. They were identical, I think it was an artifa
|
| -// as a separator between items in the Payment Request dialog. |
| std::unique_ptr<views::Border> CreatePaymentRequestRowBorder() { |
| return views::CreateBorderPainter( |
| base::MakeUnique<PaymentRequestRowBorderPainter>(), |