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 326 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
337 #define IDC_BOOKMARK_BAR_NEW_FOLDER 51008 | 337 #define IDC_BOOKMARK_BAR_NEW_FOLDER 51008 |
338 #define IDC_BOOKMARK_MANAGER 51009 | 338 #define IDC_BOOKMARK_MANAGER 51009 |
339 #define IDC_BOOKMARK_BAR_ALWAYS_SHOW 51010 | 339 #define IDC_BOOKMARK_BAR_ALWAYS_SHOW 51010 |
340 #define IDC_BOOKMARK_BAR_SHOW_APPS_SHORTCUT 51011 | 340 #define IDC_BOOKMARK_BAR_SHOW_APPS_SHORTCUT 51011 |
341 #define IDC_BOOKMARK_BAR_UNDO 51012 | 341 #define IDC_BOOKMARK_BAR_UNDO 51012 |
342 #define IDC_BOOKMARK_BAR_REDO 51013 | 342 #define IDC_BOOKMARK_BAR_REDO 51013 |
343 | 343 |
344 // Context menu items in the status tray | 344 // Context menu items in the status tray |
345 #define IDC_STATUS_TRAY_KEEP_CHROME_RUNNING_IN_BACKGROUND 51100 | 345 #define IDC_STATUS_TRAY_KEEP_CHROME_RUNNING_IN_BACKGROUND 51100 |
346 | 346 |
347 // Context menu items for speech recognition | |
348 #define IDC_SPEECH_INPUT_MENU 51200 | |
349 #define IDC_CONTENT_CONTEXT_SPEECH_INPUT_FILTER_PROFANITIES 51201 | |
350 #define IDC_CONTENT_CONTEXT_SPEECH_INPUT_ABOUT 51202 | |
351 | |
352 // Context menu items for media stream status tray | 347 // Context menu items for media stream status tray |
353 #define IDC_MEDIA_STREAM_DEVICE_STATUS_TRAY 51300 | 348 #define IDC_MEDIA_STREAM_DEVICE_STATUS_TRAY 51300 |
354 #define IDC_MEDIA_CONTEXT_MEDIA_STREAM_CAPTURE_LIST_FIRST 51301 | 349 #define IDC_MEDIA_CONTEXT_MEDIA_STREAM_CAPTURE_LIST_FIRST 51301 |
355 #define IDC_MEDIA_CONTEXT_MEDIA_STREAM_CAPTURE_LIST_LAST 51399 | 350 #define IDC_MEDIA_CONTEXT_MEDIA_STREAM_CAPTURE_LIST_LAST 51399 |
356 #define IDC_MEDIA_STREAM_DEVICE_ALWAYS_ALLOW 51400 | 351 #define IDC_MEDIA_STREAM_DEVICE_ALWAYS_ALLOW 51400 |
357 | 352 |
358 // Protocol handler menu entries | 353 // Protocol handler menu entries |
359 #define IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_FIRST 52000 | 354 #define IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_FIRST 52000 |
360 #define IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_LAST 52199 | 355 #define IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_LAST 52199 |
361 #define IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_SETTINGS 52200 | 356 #define IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_SETTINGS 52200 |
362 | 357 |
363 // NOTE: The last valid command value is 57343 (0xDFFF) | 358 // NOTE: The last valid command value is 57343 (0xDFFF) |
364 // See http://msdn.microsoft.com/en-us/library/t2zechd4(VS.71).aspx | 359 // See http://msdn.microsoft.com/en-us/library/t2zechd4(VS.71).aspx |
365 | 360 |
366 #endif // CHROME_APP_CHROME_COMMAND_IDS_H_ | 361 #endif // CHROME_APP_CHROME_COMMAND_IDS_H_ |
OLD | NEW |