| Index: ui/views/controls/link.h
|
| diff --git a/ui/views/controls/link.h b/ui/views/controls/link.h
|
| index 58cdc08b92a45b14fc3ca3bbb973c642b0fe1c52..692c29e34fd3ec0cba559f5e9dce667996a02a17 100644
|
| --- a/ui/views/controls/link.h
|
| +++ b/ui/views/controls/link.h
|
| @@ -52,9 +52,8 @@ class VIEWS_EXPORT Link : public Label {
|
| void OnNativeThemeChanged(const ui::NativeTheme* theme) override;
|
| void SetEnabledColor(SkColor color) override;
|
|
|
| - void SetPressedColor(SkColor color);
|
| - // TODO(estade): almost all the places that call this pass false. With MD,
|
| - // false is already the default so those callsites can be removed.
|
| + // TODO(estade): almost all the places that call this pass false. With
|
| + // Harmony, false is already the default so those callsites can be removed.
|
| void SetUnderline(bool underline);
|
|
|
| static const char kViewClassName[];
|
|
|