| Index: chrome/browser/ui/autofill/autofill_dialog_view_delegate.h
|
| diff --git a/chrome/browser/ui/autofill/autofill_dialog_view_delegate.h b/chrome/browser/ui/autofill/autofill_dialog_view_delegate.h
|
| index 5eda54663796504e2253460d8c120f5267411e87..d2fe1815590cca7df712f1f3e54fcd313f18cc54 100644
|
| --- a/chrome/browser/ui/autofill/autofill_dialog_view_delegate.h
|
| +++ b/chrome/browser/ui/autofill/autofill_dialog_view_delegate.h
|
| @@ -72,9 +72,6 @@ class AutofillDialogViewDelegate {
|
| // Whether or not the details container should be showing currently.
|
| virtual bool ShouldShowDetailArea() const = 0;
|
|
|
| - // Whether or not the progress bar in the button strip should be showing.
|
| - virtual bool ShouldShowProgressBar() const = 0;
|
| -
|
| // Returns the image that should be shown on the left of the button strip
|
| // or an empty image if none should be shown.
|
| virtual gfx::Image ButtonStripImage() const = 0;
|
| @@ -172,11 +169,6 @@ class AutofillDialogViewDelegate {
|
| // order from top to bottom.
|
| virtual std::vector<DialogNotification> CurrentNotifications() = 0;
|
|
|
| - // Returns Autocheckout steps that the view should currently be showing in
|
| - // order from first to last.
|
| - virtual std::vector<DialogAutocheckoutStep> CurrentAutocheckoutSteps()
|
| - const = 0;
|
| -
|
| // Begins or aborts the flow to sign into Wallet.
|
| virtual void SignInLinkClicked() = 0;
|
|
|
|
|