| 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..12660893745c8026bcf14165b9d43d9892a037cf 100644
|
| --- a/chrome/browser/ui/views/payments/payment_request_browsertest_base.h
|
| +++ b/chrome/browser/ui/views/payments/payment_request_browsertest_base.h
|
| @@ -71,6 +71,8 @@ class PaymentRequestBrowserTestBase
|
| void SetUpCommandLine(base::CommandLine* command_line) override;
|
| void SetUpOnMainThread() override;
|
|
|
| + void NavigateTo(const std::string& file_path);
|
| +
|
| void SetIncognito();
|
| void SetInvalidSsl();
|
|
|
| @@ -118,6 +120,7 @@ class PaymentRequestBrowserTestBase
|
| void OpenShippingAddressEditorScreen();
|
| void OpenContactInfoEditorScreen();
|
| void ClickOnBackArrow();
|
| + void ClickOnCancel();
|
|
|
| content::WebContents* GetActiveWebContents();
|
|
|
|
|