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

Unified Diff: chrome/browser/ui/views/autofill/autofill_dialog_views.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/views/autofill/autofill_dialog_views.h
diff --git a/chrome/browser/ui/views/autofill/autofill_dialog_views.h b/chrome/browser/ui/views/autofill/autofill_dialog_views.h
index abc1c6363da63570db1a92af51cabe75e78681ab..9ec1952dccc10bec41313c41ae2416492acb7599 100644
--- a/chrome/browser/ui/views/autofill/autofill_dialog_views.h
+++ b/chrome/browser/ui/views/autofill/autofill_dialog_views.h
@@ -75,6 +75,7 @@ class AutofillDialogViews : public AutofillDialogView,
virtual const content::NavigationController& ShowSignIn() OVERRIDE;
virtual void HideSignIn() OVERRIDE;
virtual void UpdateProgressBar(double value) OVERRIDE;
+ virtual void UpdateFootnote() OVERRIDE;
// views::DialogDelegate implementation:
virtual string16 GetWindowTitle() const OVERRIDE;
@@ -370,6 +371,13 @@ class AutofillDialogViews : public AutofillDialogView,
// Progress bar for displaying Autocheckout progress.
AutocheckoutProgressBar* autocheckout_progress_bar_;
+ // View shown when accepting of a new Terms of Service is required. Lives
+ // below the Cancel/Submit buttons.
+ views::View* footnote_view_;
+
+ views::Link* terms_of_service_link_;
+ views::Link* privacy_policy_link_;
+
// The focus manager for |window_|.
views::FocusManager* focus_manager_;

Powered by Google App Engine
This is Rietveld 408576698