Chromium Code Reviews| Index: ash/common/system/user/rounded_image_view.h |
| diff --git a/ash/common/system/user/rounded_image_view.h b/ash/common/system/user/rounded_image_view.h |
| index fd3e21adfc847a6ac6efc42fc295da90fd567034..ad5d47a7874dfb3a8fe26b4b95d05fc0829079a4 100644 |
| --- a/ash/common/system/user/rounded_image_view.h |
| +++ b/ash/common/system/user/rounded_image_view.h |
| @@ -44,6 +44,7 @@ class RoundedImageView : public views::View { |
| // True if the given user is the active user and the icon should get |
| // painted as active. |
| + // TODO(estade): remove this, it's not used in Material Design. |
|
tdanderson
2016/11/16 23:08:08
nit: please add crbug.com/614453
Evan Stade
2016/11/17 00:37:50
so the reason I don't add that religiously is beca
tdanderson
2016/11/17 01:40:15
The plan is to grep for a) places that are gated w
Evan Stade
2016/11/17 01:54:18
one reason a) and b) are not sufficient alone is b
|
| bool active_user_; |
| DISALLOW_COPY_AND_ASSIGN(RoundedImageView); |