| Index: ui/views/controls/link.h
|
| diff --git a/ui/views/controls/link.h b/ui/views/controls/link.h
|
| index fabecda0da619d09464599b15ec9f0174c0f2fad..928a727664d7377fc3b6ac0bc359279bb4f9db13 100644
|
| --- a/ui/views/controls/link.h
|
| +++ b/ui/views/controls/link.h
|
| @@ -51,6 +51,7 @@ class VIEWS_EXPORT Link : public Label {
|
| void SetText(const base::string16& text) override;
|
| void OnNativeThemeChanged(const ui::NativeTheme* theme) override;
|
| void SetEnabledColor(SkColor color) override;
|
| + bool IsSelectionSupported() const override;
|
|
|
| // TODO(estade): almost all the places that call this pass false. With
|
| // Harmony, false is already the default so those callsites can be removed.
|
|
|