| 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 270 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 281 #define IDC_CONTENT_CONTEXT_INSPECTELEMENT 50151 | 281 #define IDC_CONTENT_CONTEXT_INSPECTELEMENT 50151 |
| 282 #define IDC_CONTENT_CONTEXT_VIEWPAGEINFO 50152 | 282 #define IDC_CONTENT_CONTEXT_VIEWPAGEINFO 50152 |
| 283 #define IDC_CONTENT_CONTEXT_LANGUAGE_SETTINGS 50153 | 283 #define IDC_CONTENT_CONTEXT_LANGUAGE_SETTINGS 50153 |
| 284 #define IDC_CONTENT_CONTEXT_LOOK_UP_IN_DICTIONARY 50154 | 284 #define IDC_CONTENT_CONTEXT_LOOK_UP_IN_DICTIONARY 50154 |
| 285 #define IDC_CONTENT_CONTEXT_NO_SPELLING_SUGGESTIONS 50155 | 285 #define IDC_CONTENT_CONTEXT_NO_SPELLING_SUGGESTIONS 50155 |
| 286 #define IDC_CONTENT_CONTEXT_SPELLING_SUGGESTION 50156 | 286 #define IDC_CONTENT_CONTEXT_SPELLING_SUGGESTION 50156 |
| 287 #define IDC_CONTENT_CONTEXT_SPELLING_TOGGLE 50157 | 287 #define IDC_CONTENT_CONTEXT_SPELLING_TOGGLE 50157 |
| 288 #define IDC_CONTENT_CONTEXT_SPEECH_MENU 50158 | 288 #define IDC_CONTENT_CONTEXT_SPEECH_MENU 50158 |
| 289 #define IDC_CONTENT_CONTEXT_SPEECH_START_SPEAKING 50159 | 289 #define IDC_CONTENT_CONTEXT_SPEECH_START_SPEAKING 50159 |
| 290 #define IDC_CONTENT_CONTEXT_SPEECH_STOP_SPEAKING 50160 | 290 #define IDC_CONTENT_CONTEXT_SPEECH_STOP_SPEAKING 50160 |
| 291 #define IDC_CONTENT_CONTEXT_INSPECTBACKGROUNDPAGE 50161 |
| 291 // Frame items. | 292 // Frame items. |
| 292 #define IDC_CONTENT_CONTEXT_RELOADFRAME 50170 | 293 #define IDC_CONTENT_CONTEXT_RELOADFRAME 50170 |
| 293 #define IDC_CONTENT_CONTEXT_VIEWFRAMESOURCE 50171 | 294 #define IDC_CONTENT_CONTEXT_VIEWFRAMESOURCE 50171 |
| 294 #define IDC_CONTENT_CONTEXT_VIEWFRAMEINFO 50172 | 295 #define IDC_CONTENT_CONTEXT_VIEWFRAMEINFO 50172 |
| 295 // Search items. | 296 // Search items. |
| 296 #define IDC_CONTENT_CONTEXT_GOTOURL 50180 | 297 #define IDC_CONTENT_CONTEXT_GOTOURL 50180 |
| 297 #define IDC_CONTENT_CONTEXT_SEARCHWEBFOR 50181 | 298 #define IDC_CONTENT_CONTEXT_SEARCHWEBFOR 50181 |
| 298 #define IDC_CONTENT_CONTEXT_ADDSEARCHENGINE 50182 | 299 #define IDC_CONTENT_CONTEXT_ADDSEARCHENGINE 50182 |
| 299 | 300 |
| 300 // Context menu items in the bookmark bar | 301 // Context menu items in the bookmark bar |
| (...skipping 25 matching lines...) Expand all Loading... |
| 326 | 327 |
| 327 // Protocol handler menu entries | 328 // Protocol handler menu entries |
| 328 #define IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_FIRST 52000 | 329 #define IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_FIRST 52000 |
| 329 #define IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_LAST 52199 | 330 #define IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_LAST 52199 |
| 330 #define IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_SETTINGS 52200 | 331 #define IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_SETTINGS 52200 |
| 331 | 332 |
| 332 // NOTE: The last valid command value is 57343 (0xDFFF) | 333 // NOTE: The last valid command value is 57343 (0xDFFF) |
| 333 // See http://msdn.microsoft.com/en-us/library/t2zechd4(VS.71).aspx | 334 // See http://msdn.microsoft.com/en-us/library/t2zechd4(VS.71).aspx |
| 334 | 335 |
| 335 #endif // CHROME_APP_CHROME_COMMAND_IDS_H_ | 336 #endif // CHROME_APP_CHROME_COMMAND_IDS_H_ |
| OLD | NEW |