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

Unified Diff: ash/common/ash_view_ids.h

Issue 2480203002: ui: Cleanup class/struct forward declarations (Closed)
Patch Set: Sync CL to position 430550 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
« no previous file with comments | « ash/aura/wm_window_aura.cc ('k') | ash/common/shelf/app_list_button.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/ash_view_ids.h
diff --git a/ash/common/ash_view_ids.h b/ash/common/ash_view_ids.h
index ed63b56f5242616e2e82532dbbafebf8e9961c3a..6ed3b5d468252899e83e94a1231fa70d8ca7b86f 100644
--- a/ash/common/ash_view_ids.h
+++ b/ash/common/ash_view_ids.h
@@ -8,9 +8,14 @@
namespace ash {
enum ViewID {
- VIEW_ID_NONE = 10000,
- VIEW_ID_MEDIA_TRAY_VIEW,
+ VIEW_ID_NONE = 0,
+
+ // Ash IDs start above the range used in Chrome (c/b/ui/view_ids.h).
+ VIEW_ID_MEDIA_TRAY_VIEW = 10000,
VIEW_ID_USER_VIEW_MEDIA_INDICATOR,
+
+ // View ID that is used to mark sticky header rows in a scroll view.
+ VIEW_ID_STICKY_HEADER,
};
} // namespace ash
« no previous file with comments | « ash/aura/wm_window_aura.cc ('k') | ash/common/shelf/app_list_button.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698