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

Unified Diff: chrome/browser/ui/views/payments/payment_request_browsertest_base.h

Issue 2847503002: [WebPayments] Show labels on incomplete profiles (Closed)
Patch Set: ios namespace 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: chrome/browser/ui/views/payments/payment_request_browsertest_base.h
diff --git a/chrome/browser/ui/views/payments/payment_request_browsertest_base.h b/chrome/browser/ui/views/payments/payment_request_browsertest_base.h
index 2ecb66c6ae8aae62244141a11eae90d26ed94ad8..1b328f6a8181bc1e6ebe02a39e13cde6bdc48182 100644
--- a/chrome/browser/ui/views/payments/payment_request_browsertest_base.h
+++ b/chrome/browser/ui/views/payments/payment_request_browsertest_base.h
@@ -148,8 +148,8 @@ class PaymentRequestBrowserTestBase
void ClickOnChildInListViewAndWait(int child_index,
int total_num_children,
DialogViewID list_view_id);
- // Returns "three-line label" values under |parent_view|.
- std::vector<base::string16> GetThreeLineLabelValues(
+ // Returns profile label values under |parent_view|.
+ std::vector<base::string16> GetProfileLabelValues(
DialogViewID parent_view_id);
// Returns the shipping option labels under |parent_view_id|.
std::vector<base::string16> GetShippingOptionLabelValues(

Powered by Google App Engine
This is Rietveld 408576698