| Index: views/controls/focusable_border.cc
|
| diff --git a/views/controls/focusable_border.cc b/views/controls/focusable_border.cc
|
| index a1aa667145807961a14b2bf92c1292aec60ec3c2..76815396d57f58e68458b211a105a61a1c2e9ff6 100644
|
| --- a/views/controls/focusable_border.cc
|
| +++ b/views/controls/focusable_border.cc
|
| @@ -19,7 +19,6 @@ const int kRightInsetSize = 4;
|
| // Color settings for border.
|
| // These are tentative, and should be derived from theme, system
|
| // settings and current settings.
|
| -// TODO(saintlou): understand why this is not factored/shared somewhere
|
| const SkColor kFocusedBorderColor = SK_ColorCYAN;
|
| const SkColor kDefaultBorderColor = SK_ColorGRAY;
|
|
|
|
|