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

Unified Diff: chrome/browser/ui/view_ids.h

Issue 1972033002: Simplify some old avatar menu button code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix test Created 4 years, 7 months 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: 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.

Powered by Google App Engine
This is Rietveld 408576698