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

Unified Diff: ios/chrome/browser/payments/payment_request.h

Issue 2924663003: [Payment Request] Moves PaymentRequestViewController to :payments_ui (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: ios/chrome/browser/payments/payment_request.h
diff --git a/ios/chrome/browser/payments/payment_request.h b/ios/chrome/browser/payments/payment_request.h
index 65ea5808f2692e2df6c295a3c76e05b7b06b7b10..8bc25f60ba7fb68e31566c0a114ee33392b78fe8 100644
--- a/ios/chrome/browser/payments/payment_request.h
+++ b/ios/chrome/browser/payments/payment_request.h
@@ -163,7 +163,7 @@ class PaymentRequest : payments::PaymentOptionsProvider {
// Returns whether the current PaymentRequest can be used to make a payment.
bool CanMakePayment() const;
- private:
+ protected:
// Fetches the autofill profiles for this user from the PersonalDataManager,
// and stores copies of them, owned by this PaymentRequest, in profile_cache_.
void PopulateProfileCache();
« no previous file with comments | « no previous file | ios/chrome/browser/payments/test_payment_request.h » ('j') | ios/chrome/browser/payments/test_payment_request.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698