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

Unified Diff: ui/views/controls/styled_label_listener.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
« no previous file with comments | « ui/views/controls/styled_label.cc ('k') | ui/views/controls/styled_label_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/controls/styled_label_listener.h
diff --git a/ui/views/controls/styled_label_listener.h b/ui/views/controls/styled_label_listener.h
index 13c08fd6e9738248a1c00cbfb8f560f010e30b3f..0ff98eba57f75758cd98bdd58bdde77f7d0da6ab 100644
--- a/ui/views/controls/styled_label_listener.h
+++ b/ui/views/controls/styled_label_listener.h
@@ -13,10 +13,13 @@ class Range;
namespace views {
+class StyledLabel;
+
// A listener interface for StyledLabel.
class VIEWS_EXPORT StyledLabelListener {
public:
- virtual void StyledLabelLinkClicked(const gfx::Range& range,
+ virtual void StyledLabelLinkClicked(StyledLabel* label,
+ const gfx::Range& range,
int event_flags) = 0;
protected:
« no previous file with comments | « ui/views/controls/styled_label.cc ('k') | ui/views/controls/styled_label_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698