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

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

Issue 2923533002: [Merge M60][Payments] Do not select an address if the merchant doesn't support it (Closed)
Patch Set: Created 3 years, 6 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/profile_list_view_controller.h
diff --git a/chrome/browser/ui/views/payments/profile_list_view_controller.h b/chrome/browser/ui/views/payments/profile_list_view_controller.h
index 4f7ce65b1e053467c15e5f34ae952000f471cef7..18c2b4810771dbb177cd8a3b55571e83789fc6ab 100644
--- a/chrome/browser/ui/views/payments/profile_list_view_controller.h
+++ b/chrome/browser/ui/views/payments/profile_list_view_controller.h
@@ -68,7 +68,7 @@ class ProfileListViewController : public PaymentRequestSheetController {
virtual bool IsValidProfile(const autofill::AutofillProfile& profile) = 0;
// Whether |profile| should be displayed in an enabled state and selectable.
- bool IsEnabled(autofill::AutofillProfile* profile);
+ virtual bool IsEnabled(autofill::AutofillProfile* profile);
protected:
// Does not take ownership of the arguments, which should outlive this object.

Powered by Google App Engine
This is Rietveld 408576698