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

Side by Side Diff: chrome/browser/view_ids.h

Issue 42460: Adds a bookmark menu. This is experimental. To turn on you need... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 9 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // This defines an enumeration of IDs that can uniquely identify a view within 5 // This defines an enumeration of IDs that can uniquely identify a view within
6 // the scope of a container view. 6 // the scope of a container view.
7 7
8 #ifndef CHROME_BROWSER_VIEW_IDS_H_ 8 #ifndef CHROME_BROWSER_VIEW_IDS_H_
9 #define CHROME_BROWSER_VIEW_IDS_H_ 9 #define CHROME_BROWSER_VIEW_IDS_H_
10 10
(...skipping 21 matching lines...) Expand all
32 VIEW_ID_BACK_BUTTON, 32 VIEW_ID_BACK_BUTTON,
33 VIEW_ID_FORWARD_BUTTON, 33 VIEW_ID_FORWARD_BUTTON,
34 VIEW_ID_RELOAD_BUTTON, 34 VIEW_ID_RELOAD_BUTTON,
35 VIEW_ID_HOME_BUTTON, 35 VIEW_ID_HOME_BUTTON,
36 VIEW_ID_STAR_BUTTON, 36 VIEW_ID_STAR_BUTTON,
37 VIEW_ID_LOCATION_BAR, 37 VIEW_ID_LOCATION_BAR,
38 VIEW_ID_GO_BUTTON, 38 VIEW_ID_GO_BUTTON,
39 VIEW_ID_PAGE_MENU, 39 VIEW_ID_PAGE_MENU,
40 VIEW_ID_APP_MENU, 40 VIEW_ID_APP_MENU,
41 VIEW_ID_AUTOCOMPLETE, 41 VIEW_ID_AUTOCOMPLETE,
42 VIEW_ID_BOOKMARK_MENU,
42 43
43 // The Bookmark Bar. 44 // The Bookmark Bar.
44 VIEW_ID_BOOKMARK_BAR, 45 VIEW_ID_BOOKMARK_BAR,
45 46
46 // Find in page. 47 // Find in page.
47 VIEW_ID_FIND_IN_PAGE_TEXT_FIELD, 48 VIEW_ID_FIND_IN_PAGE_TEXT_FIELD,
48 49
49 // Tab Container window. 50 // Tab Container window.
50 VIEW_ID_TAB_CONTAINER, 51 VIEW_ID_TAB_CONTAINER,
51 52
52 VIEW_ID_PREDEFINED_COUNT 53 VIEW_ID_PREDEFINED_COUNT
53 }; 54 };
54 55
55 #endif // CHROME_BROWSER_VIEW_IDS_H_ 56 #endif // CHROME_BROWSER_VIEW_IDS_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698