| 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 718e8b314b8df210062f64271e1140696b6095aa..9ef9c9f7e0f08ecc04a82d307f2229f867482848 100644
|
| --- a/chrome/browser/ui/views/payments/payment_request_browsertest_base.h
|
| +++ b/chrome/browser/ui/views/payments/payment_request_browsertest_base.h
|
| @@ -87,6 +87,9 @@ class PaymentRequestBrowserTestBase
|
| // it's open.
|
| void InvokePaymentRequestUI();
|
|
|
| + // Will expect that all strings in |expected_strings| are present in output.
|
| + void ExpectBodyContains(const std::vector<base::string16>& expected_strings);
|
| +
|
| // Utility functions that will click on Dialog views and wait for the
|
| // associated action to happen.
|
| void OpenOrderSummaryScreen();
|
|
|