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

Unified Diff: chrome/browser/ui/autofill/autofill_dialog_view_delegate.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_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..0a6b3730b5bb55571307186ffb96ad3370624890 100644
--- a/chrome/browser/ui/autofill/autofill_dialog_view_delegate.h
+++ b/chrome/browser/ui/autofill/autofill_dialog_view_delegate.h
@@ -69,12 +69,6 @@ class AutofillDialogViewDelegate {
// Returns the icon that should be shown in the account chooser.
virtual gfx::Image AccountChooserImage() = 0;
- // 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 +166,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;

Powered by Google App Engine
This is Rietveld 408576698