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

Unified Diff: chrome/browser/ui/views/payments/payment_request_sheet_controller.cc

Issue 2779283002: [Web Payments] Implement the CVC Unmask dialog. (Closed)
Patch Set: Fix components_unittests Created 3 years, 8 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/views/payments/payment_request_sheet_controller.cc
diff --git a/chrome/browser/ui/views/payments/payment_request_sheet_controller.cc b/chrome/browser/ui/views/payments/payment_request_sheet_controller.cc
index 7bd16435039c7296e3b19d6312340364cc37daa5..671b2a0ef5a0c1d77a6260c35976a8d0db4160df 100644
--- a/chrome/browser/ui/views/payments/payment_request_sheet_controller.cc
+++ b/chrome/browser/ui/views/payments/payment_request_sheet_controller.cc
@@ -111,6 +111,7 @@ PaymentRequestSheetController::CreatePaymentView() {
pane_columns->AddColumn(
views::GridLayout::Alignment::FILL, views::GridLayout::Alignment::LEADING,
0, views::GridLayout::SizeType::FIXED, kDialogWidth, kDialogWidth);
+
Mathieu 2017/04/04 19:05:48 we could revert this line and thus file
anthonyvd 2017/04/04 23:02:14 Good catch, done.
pane->SetLayoutManager(pane_layout);
pane_layout->StartRow(0, 0);
pane_layout->AddView(content_view_);

Powered by Google App Engine
This is Rietveld 408576698