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

Unified Diff: chrome/browser/ui/views/website_settings/website_settings_popup_view.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: 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/website_settings/website_settings_popup_view.h
diff --git a/chrome/browser/ui/views/website_settings/website_settings_popup_view.h b/chrome/browser/ui/views/website_settings/website_settings_popup_view.h
index b8e08009be3f3e8f93db198828bfd4fc84ea4e6e..4ae4f9cb320a3516504aba445c46d4e030e4e822 100644
--- a/chrome/browser/ui/views/website_settings/website_settings_popup_view.h
+++ b/chrome/browser/ui/views/website_settings/website_settings_popup_view.h
@@ -88,7 +88,8 @@ class WebsiteSettingsPopupView : public content::WebContentsObserver,
void LinkClicked(views::Link* source, int event_flags) override;
// views::StyledLabelListener implementation.
- void StyledLabelLinkClicked(const gfx::Range& range,
+ void StyledLabelLinkClicked(views::StyledLabel* label,
+ const gfx::Range& range,
int event_flags) override;
// views::TabbedPaneListener implementations.

Powered by Google App Engine
This is Rietveld 408576698