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

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

Issue 18850006: retry r210334 with fix for android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 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 6da9ce8e4b0c78e6da0cbc94a976b854a95c18e1..8fa41885fa621bc9b347b8fe4dcfe0dddae6c06f 100644
--- a/chrome/browser/ui/autofill/mock_autofill_dialog_controller.h
+++ b/chrome/browser/ui/autofill/mock_autofill_dialog_controller.h
@@ -32,6 +32,7 @@ class MockAutofillDialogController : public AutofillDialogController {
virtual int GetDialogButtons() const OVERRIDE;
virtual bool ShouldShowDetailArea() const OVERRIDE;
virtual bool IsDialogButtonEnabled(ui::DialogButton button) const OVERRIDE;
+ virtual DialogOverlayState GetDialogOverlay() const OVERRIDE;
virtual const std::vector<ui::Range>& LegalDocumentLinks() OVERRIDE;
virtual bool SectionIsActive(DialogSection section) const OVERRIDE;
MOCK_CONST_METHOD1(RequestedFieldsForSection,
@@ -79,6 +80,7 @@ class MockAutofillDialogController : public AutofillDialogController {
bool checked) OVERRIDE;
virtual void LegalDocumentLinkClicked(const ui::Range& range) OVERRIDE;
+ virtual void OverlayButtonPressed() OVERRIDE;
virtual void OnCancel() OVERRIDE;
virtual void OnAccept() OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698