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

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

Issue 12225095: Interactive autofill: Adds footnote view to accept legal documents in the UI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 10 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 7f4e6f7336459271ee2e5c4b759198fb9a740505..83692a71cad320e1e4b05ae006d7aefe790eb045 100644
--- a/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h
+++ b/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h
@@ -70,6 +70,8 @@ class AutofillDialogControllerImpl : public AutofillDialogController,
virtual string16 SaveLocallyText() const OVERRIDE;
virtual string16 CancelSignInText() const OVERRIDE;
virtual string16 ProgressBarText() const OVERRIDE;
+ virtual std::vector<string16> FootnoteLinkParts() const OVERRIDE;
+ virtual string16 AcceptFootnoteLinksText() const OVERRIDE;
virtual DialogSignedInState SignedInState() const OVERRIDE;
virtual const DetailInputs& RequestedFieldsForSection(DialogSection section)
const OVERRIDE;
@@ -91,12 +93,13 @@ class AutofillDialogControllerImpl : public AutofillDialogController,
virtual bool HandleKeyPressEventInInput(
const content::NativeWebKeyboardEvent& event) OVERRIDE;
virtual void FocusMoved() OVERRIDE;
- virtual void ViewClosed(DialogAction action) OVERRIDE;
virtual DialogNotification CurrentNotification() const OVERRIDE;
virtual void StartSignInFlow() OVERRIDE;
virtual void EndSignInFlow() OVERRIDE;
virtual Profile* profile() OVERRIDE;
virtual content::WebContents* web_contents() OVERRIDE;
+ virtual void LegalDocumentLinkClicked(size_t index) OVERRIDE;
+ virtual void ViewClosed(DialogAction action) OVERRIDE;
// AutofillPopupDelegate implementation.
virtual void OnPopupShown(content::KeyboardListener* listener) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698