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

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

Issue 6880275: Web Introducer overview Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: 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 | « build/features_override.gypi ('k') | 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) 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 // 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 255 matching lines...) Expand 10 before | Expand all | Expand 10 after
266 #define IDC_BOOKMARK_BAR_OPEN_ALL_NEW_WINDOW 51001 266 #define IDC_BOOKMARK_BAR_OPEN_ALL_NEW_WINDOW 51001
267 #define IDC_BOOKMARK_BAR_OPEN_ALL_INCOGNITO 51002 267 #define IDC_BOOKMARK_BAR_OPEN_ALL_INCOGNITO 51002
268 #define IDC_BOOKMARK_BAR_OPEN_INCOGNITO 51003 268 #define IDC_BOOKMARK_BAR_OPEN_INCOGNITO 51003
269 #define IDC_BOOKMARK_BAR_RENAME_FOLDER 51004 269 #define IDC_BOOKMARK_BAR_RENAME_FOLDER 51004
270 #define IDC_BOOKMARK_BAR_EDIT 51005 270 #define IDC_BOOKMARK_BAR_EDIT 51005
271 #define IDC_BOOKMARK_BAR_REMOVE 51006 271 #define IDC_BOOKMARK_BAR_REMOVE 51006
272 #define IDC_BOOKMARK_BAR_ADD_NEW_BOOKMARK 51007 272 #define IDC_BOOKMARK_BAR_ADD_NEW_BOOKMARK 51007
273 #define IDC_BOOKMARK_BAR_NEW_FOLDER 51008 273 #define IDC_BOOKMARK_BAR_NEW_FOLDER 51008
274 #define IDC_BOOKMARK_MANAGER 51009 274 #define IDC_BOOKMARK_MANAGER 51009
275 #define IDC_BOOKMARK_BAR_ALWAYS_SHOW 51010 275 #define IDC_BOOKMARK_BAR_ALWAYS_SHOW 51010
276
277 // Context menu items added by Introducer services.
278 #define IDC_INTRODUCER_CONTEXT_CUSTOM_FIRST 52000
279 #define IDC_INTRODUCER_CONTEXT_CUSTOM_LAST 53000
OLDNEW
« no previous file with comments | « build/features_override.gypi ('k') | chrome/app/generated_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698