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

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

Issue 20651004: rAc: add Google Wallet logo to bottom left. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: MockAutofillDialogController update 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_controller.h
diff --git a/chrome/browser/ui/autofill/mock_autofill_dialog_controller.h b/chrome/browser/ui/autofill/mock_autofill_dialog_controller.h
index 511b14b173ff7c5d3de3cc5386d2138806d4e7e2..fc6b73847312b0e7fc8085f78da316c9064ce188 100644
--- a/chrome/browser/ui/autofill/mock_autofill_dialog_controller.h
+++ b/chrome/browser/ui/autofill/mock_autofill_dialog_controller.h
@@ -29,6 +29,7 @@ class MockAutofillDialogController : public AutofillDialogController {
MOCK_METHOD0(MenuModelForAccountChooser, ui::MenuModel*());
MOCK_METHOD0(AccountChooserImage, gfx::Image());
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));

Powered by Google App Engine
This is Rietveld 408576698