Chromium Code Reviews| Index: chrome/browser/ui/view_ids.h |
| diff --git a/chrome/browser/ui/view_ids.h b/chrome/browser/ui/view_ids.h |
| index d166ed94cd73cf485b50320e94885d6cdb8c8ad2..4876665792c1be24d9d62bf3c46076a530debc73 100644 |
| --- a/chrome/browser/ui/view_ids.h |
| +++ b/chrome/browser/ui/view_ids.h |
| @@ -22,7 +22,7 @@ enum ViewID { |
| VIEW_ID_CLOSE_BUTTON, |
| VIEW_ID_WINDOW_ICON, |
| VIEW_ID_WINDOW_TITLE, |
| - VIEW_ID_AVATAR_BUTTON, |
| + VIEW_ID_PROFILE_INDICATOR_ICON, |
|
Peter Kasting
2016/05/17 03:51:42
Nit: I'm not in love with "profile indicator icon"
Evan Stade
2016/05/17 18:13:08
I think profile icon and profile indicator icon ar
Peter Kasting
2016/05/18 02:44:00
OK... I'm not strongly opposed, it just feels kind
|
| VIEW_ID_NEW_AVATAR_BUTTON, |
|
Peter Kasting
2016/05/17 03:51:42
Nit: Maybe just AVATAR_BUTTON now?
(Maybe we shou
Evan Stade
2016/05/17 18:13:08
Done.
|
| // Tabs within a window/tab strip, counting from the left. |