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

Unified Diff: content/browser/payments/payment_manager.h

Issue 2873683002: PaymentHandler: Implement GetAllPaymentApps(). (Closed)
Patch Set: installed -> stored in public 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
Index: content/browser/payments/payment_manager.h
diff --git a/content/browser/payments/payment_manager.h b/content/browser/payments/payment_manager.h
index 3f34d815b6ae9a31119ead52c2cfbb07d001337f..e57f6fd1e3c846c53cb0bb8adafce9c8ade79e10 100644
--- a/content/browser/payments/payment_manager.h
+++ b/content/browser/payments/payment_manager.h
@@ -29,6 +29,7 @@ class CONTENT_EXPORT PaymentManager
private:
friend class PaymentAppContentUnitTestBase;
+ friend class PaymentAppProviderTest;
friend class PaymentManagerTest;
// payments::mojom::PaymentManager methods:

Powered by Google App Engine
This is Rietveld 408576698