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

Unified Diff: chrome/browser/ui/autofill/autofill_dialog_controller_impl.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/autofill_dialog_controller_impl.h
diff --git a/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h b/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h
index 0734a662f21994aaace498350c4920539181b051..0ffe08da065cc6c87104e7c4ae3b2344a7794fb2 100644
--- a/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h
+++ b/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h
@@ -128,6 +128,7 @@ class AutofillDialogControllerImpl : public AutofillDialogController,
virtual bool ShouldShowProgressBar() const OVERRIDE;
virtual int GetDialogButtons() 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;
virtual const DetailInputs& RequestedFieldsForSection(DialogSection section)
@@ -171,6 +172,7 @@ class AutofillDialogControllerImpl : public AutofillDialogController,
virtual void NotificationCheckboxStateChanged(DialogNotification::Type type,
bool checked) OVERRIDE;
virtual void LegalDocumentLinkClicked(const ui::Range& range) OVERRIDE;
+ virtual void OverlayButtonPressed() OVERRIDE;
virtual void OnCancel() OVERRIDE;
virtual void OnAccept() OVERRIDE;
virtual Profile* profile() OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698