OLD | NEW |
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 | 7 |
8 // This file lists all the command IDs understood by e.g. the browser. | 8 // This file lists all the command IDs understood by e.g. the browser. |
9 // It is used by Windows RC files, Mac NIB files, and other platforms too. | 9 // It is used by Windows RC files, Mac NIB files, and other platforms too. |
10 | 10 |
(...skipping 306 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
317 #define IDC_CONTENT_CONTEXT_RESTART_PACKAGED_APP 50163 | 317 #define IDC_CONTENT_CONTEXT_RESTART_PACKAGED_APP 50163 |
318 #define IDC_CONTENT_CONTEXT_FORCESAVEPASSWORD 50165 | 318 #define IDC_CONTENT_CONTEXT_FORCESAVEPASSWORD 50165 |
319 #define IDC_CONTENT_CONTEXT_GENERATEPASSWORD 50166 | 319 #define IDC_CONTENT_CONTEXT_GENERATEPASSWORD 50166 |
320 // Frame items. | 320 // Frame items. |
321 #define IDC_CONTENT_CONTEXT_RELOADFRAME 50170 | 321 #define IDC_CONTENT_CONTEXT_RELOADFRAME 50170 |
322 #define IDC_CONTENT_CONTEXT_VIEWFRAMESOURCE 50171 | 322 #define IDC_CONTENT_CONTEXT_VIEWFRAMESOURCE 50171 |
323 #define IDC_CONTENT_CONTEXT_VIEWFRAMEINFO 50172 | 323 #define IDC_CONTENT_CONTEXT_VIEWFRAMEINFO 50172 |
324 // Search items. | 324 // Search items. |
325 #define IDC_CONTENT_CONTEXT_GOTOURL 50180 | 325 #define IDC_CONTENT_CONTEXT_GOTOURL 50180 |
326 #define IDC_CONTENT_CONTEXT_SEARCHWEBFOR 50181 | 326 #define IDC_CONTENT_CONTEXT_SEARCHWEBFOR 50181 |
| 327 // ARC items. |
| 328 #define IDC_CONTENT_CONTEXT_ARC_APP1 50191 |
| 329 #define IDC_CONTENT_CONTEXT_ARC_APP2 50192 |
| 330 #define IDC_CONTENT_CONTEXT_ARC_APP3 50193 |
| 331 #define IDC_CONTENT_CONTEXT_ARC_APP_LAST IDC_CONTENT_CONTEXT_ARC_APP3 |
| 332 #define IDC_CONTENT_CONTEXT_ARC_SUB_MENU 50200 |
| 333 #define IDC_CONTENT_CONTEXT_ARC_SUB_APP1 50201 |
| 334 #define IDC_CONTENT_CONTEXT_ARC_SUB_APP2 50202 |
| 335 #define IDC_CONTENT_CONTEXT_ARC_SUB_APP3 50203 |
| 336 #define IDC_CONTENT_CONTEXT_ARC_SUB_APP4 50204 |
| 337 #define IDC_CONTENT_CONTEXT_ARC_SUB_APP5 50205 |
| 338 #define IDC_CONTENT_CONTEXT_ARC_SUB_APP6 50206 |
| 339 #define IDC_CONTENT_CONTEXT_ARC_SUB_APP7 50207 |
| 340 #define IDC_CONTENT_CONTEXT_ARC_SUB_APP8 50208 |
| 341 #define IDC_CONTENT_CONTEXT_ARC_SUB_APP9 50209 |
| 342 #define IDC_CONTENT_CONTEXT_ARC_SUB_APP10 50210 |
| 343 #define IDC_CONTENT_CONTEXT_ARC_SUB_APP_LAST IDC_CONTENT_CONTEXT_ARC_SUB_APP10 |
327 | 344 |
328 // Context menu items in the bookmark bar | 345 // Context menu items in the bookmark bar |
329 #define IDC_BOOKMARK_BAR_OPEN_ALL 51000 | 346 #define IDC_BOOKMARK_BAR_OPEN_ALL 51000 |
330 #define IDC_BOOKMARK_BAR_OPEN_ALL_NEW_WINDOW 51001 | 347 #define IDC_BOOKMARK_BAR_OPEN_ALL_NEW_WINDOW 51001 |
331 #define IDC_BOOKMARK_BAR_OPEN_ALL_INCOGNITO 51002 | 348 #define IDC_BOOKMARK_BAR_OPEN_ALL_INCOGNITO 51002 |
332 #define IDC_BOOKMARK_BAR_OPEN_INCOGNITO 51003 | 349 #define IDC_BOOKMARK_BAR_OPEN_INCOGNITO 51003 |
333 #define IDC_BOOKMARK_BAR_RENAME_FOLDER 51004 | 350 #define IDC_BOOKMARK_BAR_RENAME_FOLDER 51004 |
334 #define IDC_BOOKMARK_BAR_EDIT 51005 | 351 #define IDC_BOOKMARK_BAR_EDIT 51005 |
335 #define IDC_BOOKMARK_BAR_REMOVE 51006 | 352 #define IDC_BOOKMARK_BAR_REMOVE 51006 |
336 #define IDC_BOOKMARK_BAR_ADD_NEW_BOOKMARK 51007 | 353 #define IDC_BOOKMARK_BAR_ADD_NEW_BOOKMARK 51007 |
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
374 // See http://msdn.microsoft.com/en-us/library/t2zechd4(VS.71).aspx | 391 // See http://msdn.microsoft.com/en-us/library/t2zechd4(VS.71).aspx |
375 | 392 |
376 // Starting command id for menus showing bookmarks (such as the wrench menu). | 393 // Starting command id for menus showing bookmarks (such as the wrench menu). |
377 // While command ids passed to Windows functions must not be higher than 0xDFFF, | 394 // While command ids passed to Windows functions must not be higher than 0xDFFF, |
378 // these IDs are not exposed to the native system and thus can be in this | 395 // these IDs are not exposed to the native system and thus can be in this |
379 // otherwise-reserved range. No command used in a menu (such as the wrench menu) | 396 // otherwise-reserved range. No command used in a menu (such as the wrench menu) |
380 // should be higher than this, otherwise it'll conflict. | 397 // should be higher than this, otherwise it'll conflict. |
381 #define IDC_FIRST_BOOKMARK_MENU 0xE000 | 398 #define IDC_FIRST_BOOKMARK_MENU 0xE000 |
382 | 399 |
383 #endif // CHROME_APP_CHROME_COMMAND_IDS_H_ | 400 #endif // CHROME_APP_CHROME_COMMAND_IDS_H_ |
OLD | NEW |