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

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

Issue 2806133002: PaymentHandler: Implement set/get methods in PaymentInstruments (content) (Closed)
Patch Set: content Created 3 years, 8 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 b8ad3aa5c5bc611a0fdfec834cff9b610a78c3e2..9383c240d724cc6447e9154c529768287b592dad 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 PaymentManagerTest;
// payments::mojom::PaymentManager methods:
void Init(const std::string& scope) override;

Powered by Google App Engine
This is Rietveld 408576698