| 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 285 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 296 #define IDC_CONTENT_CONTEXT_DELETE 50143 | 296 #define IDC_CONTENT_CONTEXT_DELETE 50143 |
| 297 #define IDC_CONTENT_CONTEXT_UNDO 50144 | 297 #define IDC_CONTENT_CONTEXT_UNDO 50144 |
| 298 #define IDC_CONTENT_CONTEXT_REDO 50145 | 298 #define IDC_CONTENT_CONTEXT_REDO 50145 |
| 299 #define IDC_CONTENT_CONTEXT_SELECTALL 50146 | 299 #define IDC_CONTENT_CONTEXT_SELECTALL 50146 |
| 300 #define IDC_CONTENT_CONTEXT_PASTE_AND_MATCH_STYLE 50147 | 300 #define IDC_CONTENT_CONTEXT_PASTE_AND_MATCH_STYLE 50147 |
| 301 // Other items. | 301 // Other items. |
| 302 #define IDC_CONTENT_CONTEXT_TRANSLATE 50150 | 302 #define IDC_CONTENT_CONTEXT_TRANSLATE 50150 |
| 303 #define IDC_CONTENT_CONTEXT_INSPECTELEMENT 50151 | 303 #define IDC_CONTENT_CONTEXT_INSPECTELEMENT 50151 |
| 304 #define IDC_CONTENT_CONTEXT_VIEWPAGEINFO 50152 | 304 #define IDC_CONTENT_CONTEXT_VIEWPAGEINFO 50152 |
| 305 #define IDC_CONTENT_CONTEXT_LANGUAGE_SETTINGS 50153 | 305 #define IDC_CONTENT_CONTEXT_LANGUAGE_SETTINGS 50153 |
| 306 #define IDC_CONTENT_CONTEXT_LOOK_UP_IN_DICTIONARY 50154 | 306 #define IDC_CONTENT_CONTEXT_LOOK_UP 50154 |
| 307 #define IDC_CONTENT_CONTEXT_NO_SPELLING_SUGGESTIONS 50155 | 307 #define IDC_CONTENT_CONTEXT_NO_SPELLING_SUGGESTIONS 50155 |
| 308 #define IDC_CONTENT_CONTEXT_SPELLING_SUGGESTION 50156 | 308 #define IDC_CONTENT_CONTEXT_SPELLING_SUGGESTION 50156 |
| 309 #define IDC_CONTENT_CONTEXT_SPELLING_TOGGLE 50157 | 309 #define IDC_CONTENT_CONTEXT_SPELLING_TOGGLE 50157 |
| 310 #define IDC_CONTENT_CONTEXT_SPEECH_MENU 50158 | 310 #define IDC_CONTENT_CONTEXT_SPEECH_MENU 50158 |
| 311 #define IDC_CONTENT_CONTEXT_SPEECH_START_SPEAKING 50159 | 311 #define IDC_CONTENT_CONTEXT_SPEECH_START_SPEAKING 50159 |
| 312 #define IDC_CONTENT_CONTEXT_SPEECH_STOP_SPEAKING 50160 | 312 #define IDC_CONTENT_CONTEXT_SPEECH_STOP_SPEAKING 50160 |
| 313 #define IDC_CONTENT_CONTEXT_INSPECTBACKGROUNDPAGE 50161 | 313 #define IDC_CONTENT_CONTEXT_INSPECTBACKGROUNDPAGE 50161 |
| 314 #define IDC_CONTENT_CONTEXT_RELOAD_PACKAGED_APP 50162 | 314 #define IDC_CONTENT_CONTEXT_RELOAD_PACKAGED_APP 50162 |
| 315 #define IDC_CONTENT_CONTEXT_RESTART_PACKAGED_APP 50163 | 315 #define IDC_CONTENT_CONTEXT_RESTART_PACKAGED_APP 50163 |
| 316 #define IDC_CONTENT_CONTEXT_AUTOCORRECT_SPELLING_TOGGLE 50164 | 316 #define IDC_CONTENT_CONTEXT_AUTOCORRECT_SPELLING_TOGGLE 50164 |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 351 | 351 |
| 352 // Protocol handler menu entries | 352 // Protocol handler menu entries |
| 353 #define IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_FIRST 52000 | 353 #define IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_FIRST 52000 |
| 354 #define IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_LAST 52199 | 354 #define IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_LAST 52199 |
| 355 #define IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_SETTINGS 52200 | 355 #define IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_SETTINGS 52200 |
| 356 | 356 |
| 357 // NOTE: The last valid command value is 57343 (0xDFFF) | 357 // NOTE: The last valid command value is 57343 (0xDFFF) |
| 358 // See http://msdn.microsoft.com/en-us/library/t2zechd4(VS.71).aspx | 358 // See http://msdn.microsoft.com/en-us/library/t2zechd4(VS.71).aspx |
| 359 | 359 |
| 360 #endif // CHROME_APP_CHROME_COMMAND_IDS_H_ | 360 #endif // CHROME_APP_CHROME_COMMAND_IDS_H_ |
| OLD | NEW |