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

Side by Side Diff: chrome/app/chrome_command_ids.h

Issue 6913026: Compact Navigation prototype (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Clang build fix. After commit/revert. Created 9 years, 7 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
« no previous file with comments | « no previous file | chrome/app/generated_resources.grd » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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 file lists all the command IDs understood by e.g. the browser. 5 // This file lists all the command IDs understood by e.g. the browser.
6 // It is used by Windows RC files, Mac NIB files, and other platforms too. 6 // It is used by Windows RC files, Mac NIB files, and other platforms too.
7 7
8 // Values below IDC_MinimumLabelValue are reserved for dynamic menu items. 8 // Values below IDC_MinimumLabelValue are reserved for dynamic menu items.
9 #define IDC_MinimumLabelValue 4000 9 #define IDC_MinimumLabelValue 4000
10 10
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 #define IDC_DUPLICATE_TAB 34027 46 #define IDC_DUPLICATE_TAB 34027
47 #define IDC_RESTORE_TAB 34028 47 #define IDC_RESTORE_TAB 34028
48 #define IDC_SHOW_AS_TAB 34029 48 #define IDC_SHOW_AS_TAB 34029
49 #define IDC_FULLSCREEN 34030 49 #define IDC_FULLSCREEN 34030
50 #define IDC_EXIT 34031 50 #define IDC_EXIT 34031
51 #define IDC_MOVE_TAB_NEXT 34032 51 #define IDC_MOVE_TAB_NEXT 34032
52 #define IDC_MOVE_TAB_PREVIOUS 34033 52 #define IDC_MOVE_TAB_PREVIOUS 34033
53 #define IDC_TOGGLE_VERTICAL_TABS 34034 53 #define IDC_TOGGLE_VERTICAL_TABS 34034
54 #define IDC_SEARCH 34035 54 #define IDC_SEARCH 34035
55 #define IDC_TABPOSE 34036 55 #define IDC_TABPOSE 34036
56 #define IDC_COMPACT_NAVBAR 34037
56 57
57 // Page-related commands 58 // Page-related commands
58 #define IDC_BOOKMARK_PAGE 35000 59 #define IDC_BOOKMARK_PAGE 35000
59 #define IDC_BOOKMARK_ALL_TABS 35001 60 #define IDC_BOOKMARK_ALL_TABS 35001
60 #define IDC_VIEW_SOURCE 35002 61 #define IDC_VIEW_SOURCE 35002
61 #define IDC_PRINT 35003 62 #define IDC_PRINT 35003
62 #define IDC_SAVE_PAGE 35004 63 #define IDC_SAVE_PAGE 35004
63 #define IDC_ENCODING_MENU 35005 64 #define IDC_ENCODING_MENU 35005
64 #define IDC_EMAIL_PAGE_LOCATION 35006 65 #define IDC_EMAIL_PAGE_LOCATION 35006
65 66
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
264 #define IDC_BOOKMARK_BAR_OPEN_ALL_NEW_WINDOW 51001 265 #define IDC_BOOKMARK_BAR_OPEN_ALL_NEW_WINDOW 51001
265 #define IDC_BOOKMARK_BAR_OPEN_ALL_INCOGNITO 51002 266 #define IDC_BOOKMARK_BAR_OPEN_ALL_INCOGNITO 51002
266 #define IDC_BOOKMARK_BAR_OPEN_INCOGNITO 51003 267 #define IDC_BOOKMARK_BAR_OPEN_INCOGNITO 51003
267 #define IDC_BOOKMARK_BAR_RENAME_FOLDER 51004 268 #define IDC_BOOKMARK_BAR_RENAME_FOLDER 51004
268 #define IDC_BOOKMARK_BAR_EDIT 51005 269 #define IDC_BOOKMARK_BAR_EDIT 51005
269 #define IDC_BOOKMARK_BAR_REMOVE 51006 270 #define IDC_BOOKMARK_BAR_REMOVE 51006
270 #define IDC_BOOKMARK_BAR_ADD_NEW_BOOKMARK 51007 271 #define IDC_BOOKMARK_BAR_ADD_NEW_BOOKMARK 51007
271 #define IDC_BOOKMARK_BAR_NEW_FOLDER 51008 272 #define IDC_BOOKMARK_BAR_NEW_FOLDER 51008
272 #define IDC_BOOKMARK_MANAGER 51009 273 #define IDC_BOOKMARK_MANAGER 51009
273 #define IDC_BOOKMARK_BAR_ALWAYS_SHOW 51010 274 #define IDC_BOOKMARK_BAR_ALWAYS_SHOW 51010
OLDNEW
« no previous file with comments | « no previous file | chrome/app/generated_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698