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

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

Issue 2905283002: [Payments] Allow international phone from different country in shipping editor. (Closed)
Patch Set: Created 3 years, 7 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.cc
diff --git a/chrome/browser/ui/views/payments/payment_request_dialog_view.cc b/chrome/browser/ui/views/payments/payment_request_dialog_view.cc
index 14ff3d01ee69768538a78878c0280e114b67a10d..e05021d7a2ee9c6dfdaf2f1770caad7752ce5571 100644
--- a/chrome/browser/ui/views/payments/payment_request_dialog_view.cc
+++ b/chrome/browser/ui/views/payments/payment_request_dialog_view.cc
@@ -319,6 +319,11 @@ void PaymentRequestDialogView::HideProcessingSpinner() {
throbber_overlay_.SetVisible(false);
}
+void PaymentRequestDialogView::OnEditorValidationError() {
+ if (observer_for_testing_)
+ observer_for_testing_->OnEditorValidationError();
+}
+
Profile* PaymentRequestDialogView::GetProfile() {
return Profile::FromBrowserContext(
request_->web_contents()->GetBrowserContext());

Powered by Google App Engine
This is Rietveld 408576698