| OLD | NEW |
| 1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2010 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 //{{NO_DEPENDENCIES}} | 5 //{{NO_DEPENDENCIES}} |
| 6 // | 6 // |
| 7 // What began as a Microsoft Visual C++ generated include file is now | 7 // What began as a Microsoft Visual C++ generated include file is now |
| 8 // edited by hand. Do not generate!!! | 8 // edited by hand. Do not generate!!! |
| 9 // | 9 // |
| 10 // Used by chrome_dll.rc, Mac nibs, ... | 10 // Used by chrome_dll.rc, Mac nibs, ... |
| (...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 97 #define IDC_DUPLICATE_TAB 34027 | 97 #define IDC_DUPLICATE_TAB 34027 |
| 98 #define IDC_RESTORE_TAB 34028 | 98 #define IDC_RESTORE_TAB 34028 |
| 99 #define IDC_SHOW_AS_TAB 34029 | 99 #define IDC_SHOW_AS_TAB 34029 |
| 100 #define IDC_FULLSCREEN 34030 | 100 #define IDC_FULLSCREEN 34030 |
| 101 #define IDC_EXIT 34031 | 101 #define IDC_EXIT 34031 |
| 102 #define IDC_MOVE_TAB_NEXT 34032 | 102 #define IDC_MOVE_TAB_NEXT 34032 |
| 103 #define IDC_MOVE_TAB_PREVIOUS 34033 | 103 #define IDC_MOVE_TAB_PREVIOUS 34033 |
| 104 #define IDC_TOGGLE_VERTICAL_TABS 34034 | 104 #define IDC_TOGGLE_VERTICAL_TABS 34034 |
| 105 #define IDC_EXPERIMENTAL 34035 | 105 #define IDC_EXPERIMENTAL 34035 |
| 106 #define IDC_SEARCH 34036 | 106 #define IDC_SEARCH 34036 |
| 107 #define IDC_TABPOSE 34038 |
| 107 | 108 |
| 108 // Page-related commands | 109 // Page-related commands |
| 109 #define IDC_BOOKMARK_PAGE 35000 | 110 #define IDC_BOOKMARK_PAGE 35000 |
| 110 #define IDC_BOOKMARK_ALL_TABS 35001 | 111 #define IDC_BOOKMARK_ALL_TABS 35001 |
| 111 #define IDC_VIEW_SOURCE 35002 | 112 #define IDC_VIEW_SOURCE 35002 |
| 112 #define IDC_PRINT 35003 | 113 #define IDC_PRINT 35003 |
| 113 #define IDC_SAVE_PAGE 35004 | 114 #define IDC_SAVE_PAGE 35004 |
| 114 #define IDC_ENCODING_MENU 35005 | 115 #define IDC_ENCODING_MENU 35005 |
| 115 #define IDC_EMAIL_PAGE_LOCATION 35006 | 116 #define IDC_EMAIL_PAGE_LOCATION 35006 |
| 116 | 117 |
| (...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 311 // Frame items. | 312 // Frame items. |
| 312 #define IDC_CONTENT_CONTEXT_RELOADFRAME 50160 | 313 #define IDC_CONTENT_CONTEXT_RELOADFRAME 50160 |
| 313 #define IDC_CONTENT_CONTEXT_OPENFRAMENEWTAB 50161 | 314 #define IDC_CONTENT_CONTEXT_OPENFRAMENEWTAB 50161 |
| 314 #define IDC_CONTENT_CONTEXT_OPENFRAMENEWWINDOW 50162 | 315 #define IDC_CONTENT_CONTEXT_OPENFRAMENEWWINDOW 50162 |
| 315 #define IDC_CONTENT_CONTEXT_OPENFRAMEOFFTHERECORD 50163 | 316 #define IDC_CONTENT_CONTEXT_OPENFRAMEOFFTHERECORD 50163 |
| 316 #define IDC_CONTENT_CONTEXT_VIEWFRAMESOURCE 50164 | 317 #define IDC_CONTENT_CONTEXT_VIEWFRAMESOURCE 50164 |
| 317 #define IDC_CONTENT_CONTEXT_VIEWFRAMEINFO 50165 | 318 #define IDC_CONTENT_CONTEXT_VIEWFRAMEINFO 50165 |
| 318 // Search items. | 319 // Search items. |
| 319 #define IDC_CONTENT_CONTEXT_GOTOURL 50170 | 320 #define IDC_CONTENT_CONTEXT_GOTOURL 50170 |
| 320 #define IDC_CONTENT_CONTEXT_SEARCHWEBFOR 50171 | 321 #define IDC_CONTENT_CONTEXT_SEARCHWEBFOR 50171 |
| OLD | NEW |