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

Unified Diff: components/payments/content/payment_request_delegate.h

Issue 2715213005: [Payments] Add the pay button, and control its enabled state (Closed)
Patch Set: addressed comments Created 3 years, 10 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 | « components/payments/content/payment_request.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/payments/content/payment_request_delegate.h
diff --git a/components/payments/content/payment_request_delegate.h b/components/payments/content/payment_request_delegate.h
index f797530c5c49b8ded21e664baed145a16cd2430c..46faaaea93a490a31cb4166e4421aaef4b79e028 100644
--- a/components/payments/content/payment_request_delegate.h
+++ b/components/payments/content/payment_request_delegate.h
@@ -5,6 +5,8 @@
#ifndef COMPONENTS_PAYMENTS_CONTENT_PAYMENT_REQUEST_DELEGATE_H_
#define COMPONENTS_PAYMENTS_CONTENT_PAYMENT_REQUEST_DELEGATE_H_
+#include <string>
+
namespace autofill {
class PersonalDataManager;
}
@@ -27,6 +29,8 @@ class PaymentRequestDelegate {
// Gets the PersonalDataManager associated with this PaymentRequest flow.
// Cannot be null.
virtual autofill::PersonalDataManager* GetPersonalDataManager() = 0;
+
+ virtual const std::string& GetApplicationLocale() const = 0;
};
} // namespace payments
« no previous file with comments | « components/payments/content/payment_request.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698