| Index: chrome/browser/ui/autofill/autofill_dialog_controller_impl.h
|
| diff --git a/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h b/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h
|
| index 2e3ddd0bedf5d8480bcf12306a413c2bad9c2907..fe52e571a6edcdbfc0aa2da33a9b53c88a850906 100644
|
| --- a/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h
|
| +++ b/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h
|
| @@ -332,6 +332,8 @@ class AutofillDialogControllerImpl
|
| CorrectCountryFromInputs);
|
| FRIEND_TEST_ALL_PREFIXES(AutofillDialogControllerTest,
|
| TransactionAmount);
|
| + FRIEND_TEST_ALL_PREFIXES(AutofillDialogControllerTest,
|
| + TransactionAmountReadonly);
|
|
|
| // Initializes or updates |suggested_cc_| et al.
|
| void SuggestionsUpdated();
|
|
|