Index: chrome/browser/chromeos/view_ids.h |
diff --git a/chrome/browser/chromeos/view_ids.h b/chrome/browser/chromeos/view_ids.h |
index a513a1c3e00e64e27969d8ce353fc3045027bdfb..674a5cafa16382a9ce502e5dd31cbc8a4a299a34 100644 |
--- a/chrome/browser/chromeos/view_ids.h |
+++ b/chrome/browser/chromeos/view_ids.h |
@@ -12,16 +12,13 @@ |
enum ChromeOSViewIds { |
// Start with the offset that is big enough to avoid possible |
// collision. |
- VIEW_ID_STATUS_AREA = VIEW_ID_PREDEFINED_COUNT + 10000, |
- VIEW_ID_SCREEN_LOCKER_SIGNOUT_LINK, |
+ VIEW_ID_SCREEN_LOCKER_SIGNOUT_LINK = VIEW_ID_PREDEFINED_COUNT + 10000, |
VIEW_ID_SCREEN_LOCKER_SHUTDOWN, |
VIEW_ID_LAYOUT_MODE_BUTTON, |
VIEW_ID_STATUS_BUTTON_ACCESSIBILITY, |
VIEW_ID_STATUS_BUTTON_CAPS_LOCK, |
- VIEW_ID_STATUS_BUTTON_CLOCK, |
VIEW_ID_STATUS_BUTTON_INPUT_METHOD, |
- VIEW_ID_STATUS_BUTTON_MEMORY, |
VIEW_ID_STATUS_BUTTON_NETWORK_MENU, |
VIEW_ID_STATUS_BUTTON_POWER |
}; |