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

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

Issue 2689363004: [Payments] Add combobox support to editors. (Closed)
Patch Set: re-enable test, addressed comments Created 3 years, 10 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 dacbde528177e8f6386b8d62f701d698d7a4940d..0df7ba0fcaebd79ce2fb1791e6d94ccd5d436ad3 100644
--- a/chrome/browser/ui/views/payments/payment_request_sheet_controller.cc
+++ b/chrome/browser/ui/views/payments/payment_request_sheet_controller.cc
@@ -19,8 +19,6 @@ namespace payments {
PaymentRequestSheetController::PaymentRequestSheetController(
PaymentRequest* request, PaymentRequestDialogView* dialog)
: request_(request), dialog_(dialog) {
- DCHECK(request_);
- DCHECK(dialog_);
}
std::unique_ptr<views::Button>

Powered by Google App Engine
This is Rietveld 408576698