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

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: addressed comment 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
« no previous file with comments | « no previous file | chrome/browser/ui/views/payments/shipping_address_editor_view_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..61d2ee7fce73c81c7baf4e5d0c124a5b9763509b 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,8 @@ class ShippingAddressEditorViewController : public EditorViewController {
bool ValidateValue(const base::string16& value);
EditorField field_;
- // TODO(mad): Bring back when needed.
- // ShippingAddressEditorViewController* parent_{nullptr};
+ // Raw pointer back to the owner of this class, therefore will not be null.
+ ShippingAddressEditorViewController* controller_;
DISALLOW_COPY_AND_ASSIGN(ShippingAddressValidationDelegate);
};
« no previous file with comments | « no previous file | chrome/browser/ui/views/payments/shipping_address_editor_view_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698