| 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.
|
| bool active_user_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(RoundedImageView);
|
|
|