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

Unified Diff: components/payments/payment_request_web_contents_manager.h

Issue 2631133003: [Payments] Introduce basic interactive browsertests for Payment Request (Closed)
Patch Set: ObserverForTest Created 3 years, 11 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 | « chrome/test/BUILD.gn ('k') | components/payments/payment_request_web_contents_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/payments/payment_request_web_contents_manager.h
diff --git a/components/payments/payment_request_web_contents_manager.h b/components/payments/payment_request_web_contents_manager.h
index 503107b619b0839278d48d3db2a509aef2ffa034..42e26f4a9ced86d595467d307d3f3796669377fd 100644
--- a/components/payments/payment_request_web_contents_manager.h
+++ b/components/payments/payment_request_web_contents_manager.h
@@ -46,7 +46,7 @@ class PaymentRequestWebContentsManager
private:
explicit PaymentRequestWebContentsManager(content::WebContents* web_contents);
friend class content::WebContentsUserData<PaymentRequestWebContentsManager>;
- friend class PaymentRequestWebContentsManagerBrowserTest;
+ friend class PaymentRequestInteractiveTestBase;
// Owns all the PaymentRequest for this WebContents. Since the
// PaymentRequestWebContentsManager's lifetime is tied to the WebContents,
@@ -58,4 +58,4 @@ class PaymentRequestWebContentsManager
} // namespace payments
-#endif // COMPONENTS_PAYMENTS_PAYMENT_REQUEST_IMPL_H_
+#endif // COMPONENTS_PAYMENTS_PAYMENT_REQUEST_WEB_CONTENTS_MANAGER_H_
« no previous file with comments | « chrome/test/BUILD.gn ('k') | components/payments/payment_request_web_contents_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698