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

Unified Diff: components/payments/payment_request_web_contents_manager.cc

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 | « components/payments/payment_request_web_contents_manager.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/payments/payment_request_web_contents_manager.cc
diff --git a/components/payments/payment_request_web_contents_manager.cc b/components/payments/payment_request_web_contents_manager.cc
index bb358f921345e494a0a520db3d5aa9619a545a45..ca893723f6fd8a1491cd5e13f7324369ff585fef 100644
--- a/components/payments/payment_request_web_contents_manager.cc
+++ b/components/payments/payment_request_web_contents_manager.cc
@@ -20,7 +20,7 @@ PaymentRequestWebContentsManager*
PaymentRequestWebContentsManager::GetOrCreateForWebContents(
content::WebContents* web_contents) {
DCHECK(web_contents);
- // CreateForWebContents does nothing if the delegate instance already exists.
+ // CreateForWebContents does nothing if the manager instance already exists.
PaymentRequestWebContentsManager::CreateForWebContents(web_contents);
return PaymentRequestWebContentsManager::FromWebContents(web_contents);
}
« no previous file with comments | « components/payments/payment_request_web_contents_manager.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698