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

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

Issue 355233002: Fix build when ENABLE_MANAGED_USERS is not defined (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Include missing browsertest .js file in chrome_tests.gypi Created 6 years, 3 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 ad8739c7203337f28e0b4e5d1d15361f44b395e2..4a775628e8c281fcb5f9cc5e29a60017dd0789f3 100644
--- a/chrome/browser/ui/view_ids.h
+++ b/chrome/browser/ui/view_ids.h
@@ -22,7 +22,9 @@ enum ViewID {
VIEW_ID_CLOSE_BUTTON,
VIEW_ID_WINDOW_ICON,
VIEW_ID_WINDOW_TITLE,
- VIEW_ID_AVATAR_LABEL,
+#if defined(ENABLE_MANAGED_USERS)
+ VIEW_ID_SUPERVISED_USER_AVATAR_LABEL,
+#endif
VIEW_ID_AVATAR_BUTTON,
VIEW_ID_NEW_AVATAR_BUTTON,

Powered by Google App Engine
This is Rietveld 408576698