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

Unified Diff: chrome/browser/ui/views/autofill/password_generation_popup_view_views.cc

Issue 1407093007: Autofill: Add legal message footer to save credit card bubble. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 5 years, 1 month 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/password_generation_popup_view_views.cc
diff --git a/chrome/browser/ui/views/autofill/password_generation_popup_view_views.cc b/chrome/browser/ui/views/autofill/password_generation_popup_view_views.cc
index 33e4802e193f90d32ca26b495aa8b296a2c9c39f..5f73a6049253e0bddd8b67122e0a8bae55d5599d 100644
--- a/chrome/browser/ui/views/autofill/password_generation_popup_view_views.cc
+++ b/chrome/browser/ui/views/autofill/password_generation_popup_view_views.cc
@@ -251,7 +251,9 @@ void PasswordGenerationPopupViewViews::OnPaint(gfx::Canvas* canvas) {
}
void PasswordGenerationPopupViewViews::StyledLabelLinkClicked(
- const gfx::Range& range, int event_flags) {
+ views::StyledLabel* label,
+ const gfx::Range& range,
+ int event_flags) {
controller_->OnSavedPasswordsLinkClicked();
}

Powered by Google App Engine
This is Rietveld 408576698