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

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

Issue 5908003: Added Background Application entries to Dock menu (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Fixed indentation Created 10 years 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/browser/app_controller_mac.mm » ('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) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 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 #define IDC_MinimumLabelValue 4000
Andrew T Wilson (Slow) 2010/12/17 02:03:21 Perhaps you could add a comment here explaining wh
The wrong rickcam account 2010/12/20 22:17:18 Done.
9
8 #define IDC_Messages 4000 10 #define IDC_Messages 4000
9 #define IDC_MessagesAll 4007 11 #define IDC_MessagesAll 4007
10 #define IDC_MessagesNone 4008 12 #define IDC_MessagesNone 4008
11 13
12 // NOTE: Within each of the following sections, the IDs are ordered roughly by 14 // NOTE: Within each of the following sections, the IDs are ordered roughly by
13 // how they appear in the GUI/menus (left to right, top to bottom, etc.). 15 // how they appear in the GUI/menus (left to right, top to bottom, etc.).
14 16
15 // Navigation commands 17 // Navigation commands
16 // TODO: Reorder to be in visible order; collapse holes 18 // TODO: Reorder to be in visible order; collapse holes
17 #define IDC_BACK 33000 19 #define IDC_BACK 33000
(...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after
262 #define IDC_BOOKMARK_BAR_OPEN_ALL_NEW_WINDOW 51001 264 #define IDC_BOOKMARK_BAR_OPEN_ALL_NEW_WINDOW 51001
263 #define IDC_BOOKMARK_BAR_OPEN_ALL_INCOGNITO 51002 265 #define IDC_BOOKMARK_BAR_OPEN_ALL_INCOGNITO 51002
264 #define IDC_BOOKMARK_BAR_OPEN_INCOGNITO 51003 266 #define IDC_BOOKMARK_BAR_OPEN_INCOGNITO 51003
265 #define IDC_BOOKMARK_BAR_RENAME_FOLDER 51004 267 #define IDC_BOOKMARK_BAR_RENAME_FOLDER 51004
266 #define IDC_BOOKMARK_BAR_EDIT 51005 268 #define IDC_BOOKMARK_BAR_EDIT 51005
267 #define IDC_BOOKMARK_BAR_REMOVE 51006 269 #define IDC_BOOKMARK_BAR_REMOVE 51006
268 #define IDC_BOOKMARK_BAR_ADD_NEW_BOOKMARK 51007 270 #define IDC_BOOKMARK_BAR_ADD_NEW_BOOKMARK 51007
269 #define IDC_BOOKMARK_BAR_NEW_FOLDER 51008 271 #define IDC_BOOKMARK_BAR_NEW_FOLDER 51008
270 #define IDC_BOOKMARK_MANAGER 51009 272 #define IDC_BOOKMARK_MANAGER 51009
271 #define IDC_BOOKMARK_BAR_ALWAYS_SHOW 51010 273 #define IDC_BOOKMARK_BAR_ALWAYS_SHOW 51010
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/app_controller_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698