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

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

Issue 2556433002: PaymentApp: Implement GetAllManifests() in PaymentAppContext. (Closed)
Patch Set: Created 4 years 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_app_manager.h
diff --git a/content/browser/payments/payment_app_manager.h b/content/browser/payments/payment_app_manager.h
index 12287ab4a1f8459edeeb343765562f7a27fa5ec3..9d4869caef93d310e413bca5cb5cb6087df7a847 100644
--- a/content/browser/payments/payment_app_manager.h
+++ b/content/browser/payments/payment_app_manager.h
@@ -27,6 +27,7 @@ class CONTENT_EXPORT PaymentAppManager
~PaymentAppManager() override;
private:
+ friend class PaymentAppContentUnitTestBase;
friend class PaymentAppManagerTest;
// payments::mojom::PaymentAppManager methods:

Powered by Google App Engine
This is Rietveld 408576698