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

Unified Diff: chrome/browser/ui/views/payments/payment_request_dialog_view.h

Issue 2853163002: [Web Payments] Implement proper focusing in Payment Request (Closed)
Patch Set: Allow ViewControllers to specify their first focused view 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_dialog_view.h
diff --git a/chrome/browser/ui/views/payments/payment_request_dialog_view.h b/chrome/browser/ui/views/payments/payment_request_dialog_view.h
index 07e3e4ba3a72a2ceb9ae20450f2f692b9fb0ed5f..96b6be01721cd76e995f267754b6933306c2e3c9 100644
--- a/chrome/browser/ui/views/payments/payment_request_dialog_view.h
+++ b/chrome/browser/ui/views/payments/payment_request_dialog_view.h
@@ -81,6 +81,7 @@ class PaymentRequestDialogView : public views::DialogDelegateView,
// views::WidgetDelegate:
ui::ModalType GetModalType() const override;
+ views::View* GetInitiallyFocusedView() override;
// views::DialogDelegate:
bool Cancel() override;

Powered by Google App Engine
This is Rietveld 408576698