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

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

Issue 2789093002: [Payments] Desktop: implement shipping address/option change (Closed)
Patch Set: compile fix 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/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 1bf24c92050f0a5902f7f68e17973ba8586dff5d..56c66f236a0a0a6baf0e15b65fb35bdea6206dee 100644
--- a/chrome/browser/ui/views/payments/profile_list_view_controller.h
+++ b/chrome/browser/ui/views/payments/profile_list_view_controller.h
@@ -23,6 +23,7 @@ class View;
namespace payments {
+enum class DialogViewID;
class PaymentRequestSpec;
class PaymentRequestState;
class PaymentRequestDialogView;
@@ -70,6 +71,8 @@ class ProfileListViewController : public PaymentRequestSheetController {
// in this context.
virtual std::vector<autofill::AutofillProfile*> GetProfiles() = 0;
+ virtual DialogViewID GetDialogViewId() = 0;
+
void PopulateList();
// PaymentRequestSheetController:

Powered by Google App Engine
This is Rietveld 408576698