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 261 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
272 #define IDC_CONTENT_CONTEXT_SAVELINKAS 50103 | 272 #define IDC_CONTENT_CONTEXT_SAVELINKAS 50103 |
273 #define IDC_CONTENT_CONTEXT_COPYLINKLOCATION 50104 | 273 #define IDC_CONTENT_CONTEXT_COPYLINKLOCATION 50104 |
274 #define IDC_CONTENT_CONTEXT_COPYEMAILADDRESS 50105 | 274 #define IDC_CONTENT_CONTEXT_COPYEMAILADDRESS 50105 |
275 #define IDC_CONTENT_CONTEXT_OPENLINKWITH 50106 | 275 #define IDC_CONTENT_CONTEXT_OPENLINKWITH 50106 |
276 // Image items. | 276 // Image items. |
277 #define IDC_CONTENT_CONTEXT_SAVEIMAGEAS 50110 | 277 #define IDC_CONTENT_CONTEXT_SAVEIMAGEAS 50110 |
278 #define IDC_CONTENT_CONTEXT_COPYIMAGELOCATION 50111 | 278 #define IDC_CONTENT_CONTEXT_COPYIMAGELOCATION 50111 |
279 #define IDC_CONTENT_CONTEXT_COPYIMAGE 50112 | 279 #define IDC_CONTENT_CONTEXT_COPYIMAGE 50112 |
280 #define IDC_CONTENT_CONTEXT_OPENIMAGENEWTAB 50113 | 280 #define IDC_CONTENT_CONTEXT_OPENIMAGENEWTAB 50113 |
281 #define IDC_CONTENT_CONTEXT_SEARCHWEBFORIMAGE 50114 | 281 #define IDC_CONTENT_CONTEXT_SEARCHWEBFORIMAGE 50114 |
| 282 #define IDC_CONTENT_CONTEXT_OPEN_ORIGINAL_IMAGE_NEW_TAB 50115 |
282 // Audio/video items. | 283 // Audio/video items. |
283 #define IDC_CONTENT_CONTEXT_SAVEAVAS 50120 | 284 #define IDC_CONTENT_CONTEXT_SAVEAVAS 50120 |
284 #define IDC_CONTENT_CONTEXT_COPYAVLOCATION 50121 | 285 #define IDC_CONTENT_CONTEXT_COPYAVLOCATION 50121 |
285 #define IDC_CONTENT_CONTEXT_OPENAVNEWTAB 50122 | 286 #define IDC_CONTENT_CONTEXT_OPENAVNEWTAB 50122 |
286 // Media items. | 287 // Media items. |
287 #define IDC_CONTENT_CONTEXT_PLAYPAUSE 50130 | 288 #define IDC_CONTENT_CONTEXT_PLAYPAUSE 50130 |
288 #define IDC_CONTENT_CONTEXT_MUTE 50131 | 289 #define IDC_CONTENT_CONTEXT_MUTE 50131 |
289 #define IDC_CONTENT_CONTEXT_LOOP 50132 | 290 #define IDC_CONTENT_CONTEXT_LOOP 50132 |
290 #define IDC_CONTENT_CONTEXT_CONTROLS 50133 | 291 #define IDC_CONTENT_CONTEXT_CONTROLS 50133 |
291 #define IDC_CONTENT_CONTEXT_ROTATECW 50134 | 292 #define IDC_CONTENT_CONTEXT_ROTATECW 50134 |
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
352 | 353 |
353 // Protocol handler menu entries | 354 // Protocol handler menu entries |
354 #define IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_FIRST 52000 | 355 #define IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_FIRST 52000 |
355 #define IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_LAST 52199 | 356 #define IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_LAST 52199 |
356 #define IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_SETTINGS 52200 | 357 #define IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_SETTINGS 52200 |
357 | 358 |
358 // NOTE: The last valid command value is 57343 (0xDFFF) | 359 // NOTE: The last valid command value is 57343 (0xDFFF) |
359 // See http://msdn.microsoft.com/en-us/library/t2zechd4(VS.71).aspx | 360 // See http://msdn.microsoft.com/en-us/library/t2zechd4(VS.71).aspx |
360 | 361 |
361 #endif // CHROME_APP_CHROME_COMMAND_IDS_H_ | 362 #endif // CHROME_APP_CHROME_COMMAND_IDS_H_ |
OLD | NEW |