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

Unified Diff: components/payments/core/test_payment_request_delegate.cc

Issue 2876663002: [Web Payments] Add data attribution string to dialog (Closed)
Patch Set: Address comments, fix tests compile Created 3 years, 7 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/core/test_payment_request_delegate.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/payments/core/test_payment_request_delegate.cc
diff --git a/components/payments/core/test_payment_request_delegate.cc b/components/payments/core/test_payment_request_delegate.cc
index 5309b1ae65581078b9c3669ee614b87ef6cee1b5..92765cb4d10774e14195adb25ad4ab6920e126bb 100644
--- a/components/payments/core/test_payment_request_delegate.cc
+++ b/components/payments/core/test_payment_request_delegate.cc
@@ -77,4 +77,12 @@ void TestPaymentRequestDelegate::CompleteFullCardRequest() {
full_card_request_card_, base::ASCIIToUTF16("123"));
}
+std::string TestPaymentRequestDelegate::GetAuthenticatedEmail() const {
+ return "";
+}
+
+PrefService* TestPaymentRequestDelegate::GetPrefService() {
+ return nullptr;
+}
+
} // namespace payments
« no previous file with comments | « components/payments/core/test_payment_request_delegate.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698