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

Unified Diff: chrome/browser/payments/chrome_payment_request_delegate.h

Issue 2621153002: [WebPayments] Add the Payment Method section in the Payment Sheet (Closed)
Patch Set: Initial patch Created 3 years, 11 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/payments/chrome_payment_request_delegate.h
diff --git a/chrome/browser/payments/chrome_payment_request_delegate.h b/chrome/browser/payments/chrome_payment_request_delegate.h
index 2a9bd28b70c4782203a8ed56a80aced26edcc539..195b972d7489ecbc48d142d662905ab0fb3eb6fc 100644
--- a/chrome/browser/payments/chrome_payment_request_delegate.h
+++ b/chrome/browser/payments/chrome_payment_request_delegate.h
@@ -18,6 +18,8 @@ class ChromePaymentRequestDelegate : public PaymentRequestDelegate {
~ChromePaymentRequestDelegate() override {}
void ShowPaymentRequestDialog(PaymentRequest* request) override;
+ autofill::PersonalDataManager* GetDataManagerFromWebContents(
Mathieu 2017/01/12 21:27:10 nit: would call GetPersonalDataManager()
anthonyvd 2017/01/13 16:09:18 Done.
+ content::WebContents* web_contents) override;
private:
DISALLOW_COPY_AND_ASSIGN(ChromePaymentRequestDelegate);

Powered by Google App Engine
This is Rietveld 408576698