| Index: chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestTestRule.java | 
| diff --git a/chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestTestRule.java b/chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestTestRule.java | 
| index 19865e63f6b5931928ecefd05d02b6d05a8def5a..dfd0fef081f3b0abbde69f80595c19080723d319 100644 | 
| --- a/chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestTestRule.java | 
| +++ b/chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestTestRule.java | 
| @@ -274,6 +274,13 @@ public class PaymentRequestTestRule extends ChromeActivityTestRule<ChromeTabbedA | 
| return mTestCommon.getShippingOptionSummary(); | 
| } | 
|  | 
| +    /** | 
| +     *  Returns the cost text of the shipping option section on the bottom sheet. | 
| +     */ | 
| +    protected String getShippingOptionCostSummaryLabelOnBottomSheet() throws ExecutionException { | 
| +        return mTestCommon.getShippingOptionCostSummaryOnBottomSheet(); | 
| +    } | 
| + | 
| /** Returns the focused view in the card editor view. */ | 
| protected View getCardEditorFocusedView() { | 
| return mTestCommon.getCardEditorFocusedView(); | 
|  |