| 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 4fc2f857f15e53ceedf5144da853d78ef01b701c..c9396eeacc63b7d1353e2f71d64170b7a5b63f59 100644
|
| --- a/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h
|
| +++ b/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h
|
| @@ -279,6 +279,9 @@ class AutofillDialogControllerImpl : public AutofillDialogController,
|
| return section_editing_state_;
|
| }
|
|
|
| + // Should be called on the Wallet sign-in error.
|
| + virtual void OnWalletSigninError();
|
| +
|
| private:
|
| // Whether or not the current request wants credit info back.
|
| bool RequestingCreditCardInfo() const;
|
| @@ -306,9 +309,6 @@ class AutofillDialogControllerImpl : public AutofillDialogController,
|
| // Refreshes the model on Wallet or sign-in state update.
|
| void OnWalletOrSigninUpdate();
|
|
|
| - // Should be called on the Wallet sign-in error.
|
| - void OnWalletSigninError();
|
| -
|
| // Calculates |legal_documents_text_| and |legal_document_link_ranges_| if
|
| // they have not already been calculated.
|
| void EnsureLegalDocumentsText();
|
|
|