1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef CHROME_BROWSER_CHROMEOS_VIEW_IDS_H_
6 #define CHROME_BROWSER_CHROMEOS_VIEW_IDS_H_
8 #include "chrome/browser/ui/view_ids.h"
10 // View ID used in ChromeOS.
11 enum ChromeOSViewIds
{
12 // Start with the offset that is big enough to avoid possible
14 VIEW_ID_STATUS_AREA
= VIEW_ID_PREDEFINED_COUNT
+ 10000,
15 VIEW_ID_LAYOUT_MODE_BUTTON
,
17 VIEW_ID_STATUS_BUTTON_ACCESSIBILITY
,
18 VIEW_ID_STATUS_BUTTON_CAPS_LOCK
,
19 VIEW_ID_STATUS_BUTTON_CLOCK
,
20 VIEW_ID_STATUS_BUTTON_INPUT_METHOD
,
21 VIEW_ID_STATUS_BUTTON_MEMORY
,
22 VIEW_ID_STATUS_BUTTON_NETWORK_MENU
,
23 VIEW_ID_STATUS_BUTTON_POWER
,
24 VIEW_ID_STATUS_BUTTON_VOLUME
,
27 #endif // CHROME_BROWSER_CHROMEOS_VIEW_IDS_H_