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

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

Issue 2803443003: [Payments] Added region load failure tolerance and tests to PR editor. (Closed)
Patch Set: Sign bot error fixes 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/validation_delegate.h
diff --git a/chrome/browser/ui/views/payments/validation_delegate.h b/chrome/browser/ui/views/payments/validation_delegate.h
index 060c0825b010f535d116f4da55826f85fdd6d1fa..4065398a85785949bab0b93d3800c264d016804a 100644
--- a/chrome/browser/ui/views/payments/validation_delegate.h
+++ b/chrome/browser/ui/views/payments/validation_delegate.h
@@ -20,6 +20,7 @@ class ValidationDelegate {
virtual bool ValidateTextfield(views::Textfield* textfield) = 0;
virtual bool ValidateCombobox(views::Combobox* combobox) = 0;
+ virtual void ComboboxModelChanged(views::Combobox* combobox) = 0;
};
} // namespace payments

Powered by Google App Engine
This is Rietveld 408576698