Index: chrome/browser/chromeos/view_ids.h |
diff --git a/chrome/browser/chromeos/view_ids.h b/chrome/browser/chromeos/view_ids.h |
index e32e94eff77aedb6d85efb025850c3acc18ffd4c..5c38306280f6dffa48da6e6acb09c20a5800efdc 100644 |
--- a/chrome/browser/chromeos/view_ids.h |
+++ b/chrome/browser/chromeos/view_ids.h |
@@ -13,6 +13,8 @@ enum ChromeOSViewIds { |
// Start with the offset that is big enough to avoid possible |
// collison. |
whywhat
2011/01/24 19:27:56
nit: collison -> collision
oshima
2011/01/24 20:24:31
Done.
|
VIEW_ID_STATUS_AREA = VIEW_ID_PREDEFINED_COUNT + 10000, |
+ VIEW_ID_SCREEN_LOCKER_SIGNOUT_LINK, |
+ VIEW_ID_SCREEN_LOCKER_SHUTDOWN, |
}; |
#endif // CHROME_BROWSER_CHROMEOS_VIEW_IDS_H_ |