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

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: fixing compile failures and tests. 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..7f707b780a053c387b5ab14f6d279305f4a51c59 100644
--- a/chrome/browser/ui/autofill/mock_autofill_dialog_view_delegate.h
+++ b/chrome/browser/ui/autofill/mock_autofill_dialog_view_delegate.h
@@ -65,8 +65,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