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 244 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
255 #define IDC_CONTENT_CONTEXT_OPENLINKOFFTHERECORD 50102 | 255 #define IDC_CONTENT_CONTEXT_OPENLINKOFFTHERECORD 50102 |
256 #define IDC_CONTENT_CONTEXT_SAVELINKAS 50103 | 256 #define IDC_CONTENT_CONTEXT_SAVELINKAS 50103 |
257 #define IDC_CONTENT_CONTEXT_COPYLINKLOCATION 50104 | 257 #define IDC_CONTENT_CONTEXT_COPYLINKLOCATION 50104 |
258 #define IDC_CONTENT_CONTEXT_COPYEMAILADDRESS 50105 | 258 #define IDC_CONTENT_CONTEXT_COPYEMAILADDRESS 50105 |
259 #define IDC_CONTENT_CONTEXT_OPENLINKWITH 50106 | 259 #define IDC_CONTENT_CONTEXT_OPENLINKWITH 50106 |
260 // Image items. | 260 // Image items. |
261 #define IDC_CONTENT_CONTEXT_SAVEIMAGEAS 50110 | 261 #define IDC_CONTENT_CONTEXT_SAVEIMAGEAS 50110 |
262 #define IDC_CONTENT_CONTEXT_COPYIMAGELOCATION 50111 | 262 #define IDC_CONTENT_CONTEXT_COPYIMAGELOCATION 50111 |
263 #define IDC_CONTENT_CONTEXT_COPYIMAGE 50112 | 263 #define IDC_CONTENT_CONTEXT_COPYIMAGE 50112 |
264 #define IDC_CONTENT_CONTEXT_OPENIMAGENEWTAB 50113 | 264 #define IDC_CONTENT_CONTEXT_OPENIMAGENEWTAB 50113 |
| 265 #define IDC_CONTENT_CONTEXT_SEARCHIMAGENEWTAB 50114 |
265 // Audio/video items. | 266 // Audio/video items. |
266 #define IDC_CONTENT_CONTEXT_SAVEAVAS 50120 | 267 #define IDC_CONTENT_CONTEXT_SAVEAVAS 50120 |
267 #define IDC_CONTENT_CONTEXT_COPYAVLOCATION 50121 | 268 #define IDC_CONTENT_CONTEXT_COPYAVLOCATION 50121 |
268 #define IDC_CONTENT_CONTEXT_OPENAVNEWTAB 50122 | 269 #define IDC_CONTENT_CONTEXT_OPENAVNEWTAB 50122 |
269 // Media items. | 270 // Media items. |
270 #define IDC_CONTENT_CONTEXT_PLAYPAUSE 50130 | 271 #define IDC_CONTENT_CONTEXT_PLAYPAUSE 50130 |
271 #define IDC_CONTENT_CONTEXT_MUTE 50131 | 272 #define IDC_CONTENT_CONTEXT_MUTE 50131 |
272 #define IDC_CONTENT_CONTEXT_LOOP 50132 | 273 #define IDC_CONTENT_CONTEXT_LOOP 50132 |
273 #define IDC_CONTENT_CONTEXT_CONTROLS 50133 | 274 #define IDC_CONTENT_CONTEXT_CONTROLS 50133 |
274 #define IDC_CONTENT_CONTEXT_ROTATECW 50134 | 275 #define IDC_CONTENT_CONTEXT_ROTATECW 50134 |
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
337 | 338 |
338 // Protocol handler menu entries | 339 // Protocol handler menu entries |
339 #define IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_FIRST 52000 | 340 #define IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_FIRST 52000 |
340 #define IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_LAST 52199 | 341 #define IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_LAST 52199 |
341 #define IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_SETTINGS 52200 | 342 #define IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_SETTINGS 52200 |
342 | 343 |
343 // NOTE: The last valid command value is 57343 (0xDFFF) | 344 // NOTE: The last valid command value is 57343 (0xDFFF) |
344 // See http://msdn.microsoft.com/en-us/library/t2zechd4(VS.71).aspx | 345 // See http://msdn.microsoft.com/en-us/library/t2zechd4(VS.71).aspx |
345 | 346 |
346 #endif // CHROME_APP_CHROME_COMMAND_IDS_H_ | 347 #endif // CHROME_APP_CHROME_COMMAND_IDS_H_ |
OLD | NEW |