| Index: chrome/browser/ui/autofill/autofill_dialog_view.h
|
| diff --git a/chrome/browser/ui/autofill/autofill_dialog_view.h b/chrome/browser/ui/autofill/autofill_dialog_view.h
|
| index 9466c0b5560ad0168e37e8027ab00b9870b21548..dd70750cd961750a6a922e05fc825f6a741fa06f 100644
|
| --- a/chrome/browser/ui/autofill/autofill_dialog_view.h
|
| +++ b/chrome/browser/ui/autofill/autofill_dialog_view.h
|
| @@ -48,15 +48,10 @@ class AutofillDialogView {
|
| // a new account, etc.).
|
| virtual void UpdateAccountChooser() = 0;
|
|
|
| - // Updates the container displaying detailed steps for Autocheckout. Called
|
| - // as progress is made through the buyflow.
|
| - virtual void UpdateAutocheckoutStepsArea() = 0;
|
| -
|
| // Updates the button strip based on the current controller state.
|
| virtual void UpdateButtonStrip() = 0;
|
|
|
| - // Updates the container for the detail inputs. Used to hide this container
|
| - // while Autocheckout is running.
|
| + // Updates the container for the detail inputs.
|
| virtual void UpdateDetailArea() = 0;
|
|
|
| // Updates the validity status of the detail inputs.
|
| @@ -88,10 +83,6 @@ class AutofillDialogView {
|
| // Closes out any sign-in UI and returns to normal operation.
|
| virtual void HideSignIn() = 0;
|
|
|
| - // Updates the progress bar based on the Autocheckout progress. |value| should
|
| - // be in [0.0, 1.0].
|
| - virtual void UpdateProgressBar(double value) = 0;
|
| -
|
| // Called when the active suggestions data model changed.
|
| virtual void ModelChanged() = 0;
|
|
|
|
|