| Index: ui/views/controls/link.cc
|
| diff --git a/ui/views/controls/link.cc b/ui/views/controls/link.cc
|
| index 176330bf30d9b30cd87727d89e05cf340cc780d5..1f069eadb064e561eca8e8845cf2940cf2874622 100644
|
| --- a/ui/views/controls/link.cc
|
| +++ b/ui/views/controls/link.cc
|
| @@ -174,6 +174,10 @@ void Link::SetEnabledColor(SkColor color) {
|
| Label::SetEnabledColor(GetEnabledColor());
|
| }
|
|
|
| +bool Link::IsSelectionSupported() const {
|
| + return false;
|
| +}
|
| +
|
| void Link::SetUnderline(bool underline) {
|
| if (underline_ == underline)
|
| return;
|
|
|