| Index: chrome/browser/ui/views/payments/payment_request_interactive_uitest_base.h
|
| diff --git a/chrome/browser/ui/views/payments/payment_request_interactive_uitest_base.h b/chrome/browser/ui/views/payments/payment_request_interactive_uitest_base.h
|
| index b111131d61ad88b941b5956d2fe4c3ad8eb1d928..3b718a8ce465c64e58361aac156395e8040050bd 100644
|
| --- a/chrome/browser/ui/views/payments/payment_request_interactive_uitest_base.h
|
| +++ b/chrome/browser/ui/views/payments/payment_request_interactive_uitest_base.h
|
| @@ -101,6 +101,8 @@ class PaymentRequestInteractiveTestBase
|
| // Returns the text of the StyledLabel with the specific |view_id| that is a
|
| // child of the Payment Request dialog view.
|
| const base::string16& GetStyledLabelText(DialogViewID view_id);
|
| + // Returns the error label text associated with a given field |type|.
|
| + const base::string16& GetErrorLabelForType(autofill::ServerFieldType type);
|
|
|
| net::EmbeddedTestServer* https_server() { return https_server_.get(); }
|
|
|
|
|