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

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: sky@ review 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 4e32facdd053b3f22050fbfd653adc1a0ad878c1..3621f001bc0e65f2a80c4aca2472a3e1832c4b15 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 bool CanPayWithWallet() const OVERRIDE;
virtual bool AccountChooserEnabled() const OVERRIDE;
@@ -93,12 +95,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(int index) OVERRIDE;
+ virtual void ViewClosed(DialogAction action) OVERRIDE;
// AutofillPopupDelegate implementation.
virtual void OnPopupShown(content::KeyboardListener* listener) OVERRIDE;
« no previous file with comments | « chrome/browser/ui/autofill/autofill_dialog_controller.h ('k') | chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698