Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3770)

Unified Diff: chrome/browser/ui/autofill/autofill_dialog_view.h

Issue 23033016: Remove autocheckout code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Even more deletes, and Ilya review. Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698