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

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

Issue 2773383002: [Payments] In shipping address editor, enable required + phone validation. (Closed)
Patch Set: Initial Created 3 years, 9 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/shipping_address_editor_view_controller.h
diff --git a/chrome/browser/ui/views/payments/shipping_address_editor_view_controller.h b/chrome/browser/ui/views/payments/shipping_address_editor_view_controller.h
index ba014a4edd99d9e1ae5226a8b60df2fb98956bc5..a2c7cde2da858ce950d9b36bebf6eff85bf8126f 100644
--- a/chrome/browser/ui/views/payments/shipping_address_editor_view_controller.h
+++ b/chrome/browser/ui/views/payments/shipping_address_editor_view_controller.h
@@ -58,8 +58,7 @@ class ShippingAddressEditorViewController : public EditorViewController {
bool ValidateValue(const base::string16& value);
EditorField field_;
- // TODO(mad): Bring back when needed.
- // ShippingAddressEditorViewController* parent_{nullptr};
+ ShippingAddressEditorViewController* controller_;
DISALLOW_COPY_AND_ASSIGN(ShippingAddressValidationDelegate);
};

Powered by Google App Engine
This is Rietveld 408576698