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

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

Issue 10546072: Use different help URLs for menus, accelerators, and WebUI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge Created 8 years, 6 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/chrome_dll.rc » ('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) 2012 The Chromium Authors. All rights reserved. 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 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 #ifndef CHROME_APP_CHROME_COMMAND_IDS_H_ 5 #ifndef CHROME_APP_CHROME_COMMAND_IDS_H_
6 #define CHROME_APP_CHROME_COMMAND_IDS_H_ 6 #define CHROME_APP_CHROME_COMMAND_IDS_H_
7 #pragma once 7 #pragma once
8 8
9 // This file lists all the command IDs understood by e.g. the browser. 9 // This file lists all the command IDs understood by e.g. the browser.
10 // It is used by Windows RC files, Mac NIB files, and other platforms too. 10 // It is used by Windows RC files, Mac NIB files, and other platforms too.
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 #define IDC_SHOW_BOOKMARK_BAR 40009 152 #define IDC_SHOW_BOOKMARK_BAR 40009
153 #define IDC_SHOW_HISTORY 40010 153 #define IDC_SHOW_HISTORY 40010
154 #define IDC_SHOW_BOOKMARK_MANAGER 40011 154 #define IDC_SHOW_BOOKMARK_MANAGER 40011
155 #define IDC_SHOW_DOWNLOADS 40012 155 #define IDC_SHOW_DOWNLOADS 40012
156 #define IDC_CLEAR_BROWSING_DATA 40013 156 #define IDC_CLEAR_BROWSING_DATA 40013
157 #define IDC_IMPORT_SETTINGS 40014 157 #define IDC_IMPORT_SETTINGS 40014
158 #define IDC_OPTIONS 40015 158 #define IDC_OPTIONS 40015
159 #define IDC_EDIT_SEARCH_ENGINES 40016 159 #define IDC_EDIT_SEARCH_ENGINES 40016
160 #define IDC_VIEW_PASSWORDS 40017 160 #define IDC_VIEW_PASSWORDS 40017
161 #define IDC_ABOUT 40018 161 #define IDC_ABOUT 40018
162 #define IDC_HELP_PAGE 40019 162 #define IDC_HELP_PAGE_VIA_KEYBOARD 40019
163 #define IDC_SHOW_APP_MENU 40020 163 #define IDC_HELP_PAGE_VIA_MENU 40020
164 #define IDC_MANAGE_EXTENSIONS 40021 164 #define IDC_SHOW_APP_MENU 40021
165 #define IDC_DEV_TOOLS_INSPECT 40022 165 #define IDC_MANAGE_EXTENSIONS 40022
166 #define IDC_UPGRADE_DIALOG 40023 166 #define IDC_DEV_TOOLS_INSPECT 40023
167 #define IDC_VIEW_INCOMPATIBILITIES 40024 167 #define IDC_UPGRADE_DIALOG 40024
168 #define IDC_VIEW_BACKGROUND_PAGES 40025 168 #define IDC_VIEW_INCOMPATIBILITIES 40025
169 #define IDC_SHOW_KEYBOARD_OVERLAY 40026 169 #define IDC_VIEW_BACKGROUND_PAGES 40026
170 #define IDC_PROFILING_ENABLED 40027 170 #define IDC_SHOW_KEYBOARD_OVERLAY 40027
171 #define IDC_PROFILING_ENABLED 40028
171 #define IDC_BOOKMARKS_MENU 40029 172 #define IDC_BOOKMARKS_MENU 40029
172 #define IDC_SHOW_SYNC_SETUP 40030 173 #define IDC_SHOW_SYNC_SETUP 40030
173 #define IDC_EXTENSION_ERRORS 40031 174 #define IDC_EXTENSION_ERRORS 40031
174 #define IDC_SHOW_SYNC_ERROR 40032 175 #define IDC_SHOW_SYNC_ERROR 40032
175 #define IDC_SHOW_SETTINGS_CHANGE_FIRST 40033 176 #define IDC_SHOW_SETTINGS_CHANGE_FIRST 40033
176 #define IDC_SHOW_SETTINGS_CHANGE_LAST 40133 177 #define IDC_SHOW_SETTINGS_CHANGE_LAST 40133
177 #define IDC_SHOW_AVATAR_MENU 40134 178 #define IDC_SHOW_AVATAR_MENU 40134
178 #define IDC_EXTENSION_DISABLED_FIRST 40135 179 #define IDC_EXTENSION_DISABLED_FIRST 40135
179 #define IDC_EXTENSION_DISABLED_LAST 40235 180 #define IDC_EXTENSION_DISABLED_LAST 40235
180 181
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
311 312
312 // Protocol handler menu entries 313 // Protocol handler menu entries
313 #define IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_FIRST 52000 314 #define IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_FIRST 52000
314 #define IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_LAST 52199 315 #define IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_LAST 52199
315 #define IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_SETTINGS 52200 316 #define IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_SETTINGS 52200
316 317
317 // NOTE: The last valid command value is 57343 (0xDFFF) 318 // NOTE: The last valid command value is 57343 (0xDFFF)
318 // See http://msdn.microsoft.com/en-us/library/t2zechd4(VS.71).aspx 319 // See http://msdn.microsoft.com/en-us/library/t2zechd4(VS.71).aspx
319 320
320 #endif // CHROME_APP_CHROME_COMMAND_IDS_H_ 321 #endif // CHROME_APP_CHROME_COMMAND_IDS_H_
OLDNEW
« no previous file with comments | « no previous file | chrome/app/chrome_dll.rc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698