Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4294)

Unified Diff: ash/common/system/user/rounded_image_view.h

Issue 2498293003: CrOS md user row adjustments (Closed)
Patch Set: more stuff Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698