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

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

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: Address estade@ comments for patch set 12. 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.h
diff --git a/chrome/browser/ui/views/autofill/password_generation_popup_view_views.h b/chrome/browser/ui/views/autofill/password_generation_popup_view_views.h
index 54e3e1f7f880dbd8ab4c970755d967c60ccd032e..e85cba90569165b0f494b73cd38dc279e7cf578d 100644
--- a/chrome/browser/ui/views/autofill/password_generation_popup_view_views.h
+++ b/chrome/browser/ui/views/autofill/password_generation_popup_view_views.h
@@ -50,7 +50,8 @@ class PasswordGenerationPopupViewViews : public AutofillPopupBaseView,
void GetAccessibleState(ui::AXViewState* state) override;
// views::StyledLabelListener implementation
- void StyledLabelLinkClicked(const gfx::Range& range,
+ void StyledLabelLinkClicked(views::StyledLabel* label,
+ const gfx::Range& range,
int event_flags) override;
// Sub views. Used to change bounds when updating. Weak references.

Powered by Google App Engine
This is Rietveld 408576698