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

Unified Diff: chrome/browser/ui/autofill/mock_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/mock_autofill_dialog_view_delegate.h
diff --git a/chrome/browser/ui/autofill/mock_autofill_dialog_view_delegate.h b/chrome/browser/ui/autofill/mock_autofill_dialog_view_delegate.h
index 414b4c7b476d2ea61aed8aa7de10cbd5f542a333..62d9f3068c36cb17c19398cbb9d4e493805c60cd 100644
--- a/chrome/browser/ui/autofill/mock_autofill_dialog_view_delegate.h
+++ b/chrome/browser/ui/autofill/mock_autofill_dialog_view_delegate.h
@@ -32,7 +32,6 @@ class MockAutofillDialogViewDelegate : public AutofillDialogViewDelegate {
MOCK_CONST_METHOD0(ShouldShowProgressBar, bool());
MOCK_CONST_METHOD0(ButtonStripImage, gfx::Image());
MOCK_CONST_METHOD0(GetDialogButtons, int());
- MOCK_CONST_METHOD0(ShouldShowDetailArea, bool());
MOCK_CONST_METHOD1(IsDialogButtonEnabled, bool(ui::DialogButton button));
MOCK_CONST_METHOD0(GetDialogOverlay, DialogOverlayState());
MOCK_METHOD0(LegalDocumentLinks, const std::vector<ui::Range>&());
@@ -65,8 +64,6 @@ class MockAutofillDialogViewDelegate : public AutofillDialogViewDelegate {
MOCK_CONST_METHOD0(SplashPageImage, gfx::Image());
MOCK_METHOD0(ViewClosed, void());
MOCK_METHOD0(CurrentNotifications,std::vector<DialogNotification>());
- MOCK_CONST_METHOD0(CurrentAutocheckoutSteps,
- std::vector<DialogAutocheckoutStep>());
MOCK_METHOD0(SignInLinkClicked, void());
MOCK_METHOD2(NotificationCheckboxStateChanged,
void(DialogNotification::Type, bool));

Powered by Google App Engine
This is Rietveld 408576698