Index: content/browser/payments/payment_app_context_impl.h |
diff --git a/content/browser/payments/payment_app_context_impl.h b/content/browser/payments/payment_app_context_impl.h |
index e6b99af05ffe9ec5dadda30598ca60006384ec9c..82d0422f21d55f43886d8790cf0d31e524ba97c6 100644 |
--- a/content/browser/payments/payment_app_context_impl.h |
+++ b/content/browser/payments/payment_app_context_impl.h |
@@ -39,7 +39,7 @@ class ServiceWorkerContextWrapper; |
// 2) Init() |
// 3) Can now call other public methods in this class in any order. |
// - Can call CreatePaymentManager() on UI thread. |
-// - Can call GetAllManifests() on UI thread. |
+// - Can call GetAllPaymentApps() on UI thread. |
// - Can call PaymentManagerHadConnectionError() on IO thread. |
// - Can call payment_app_database() on IO thread. |
// 4) Shutdown() |