| 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 246 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 257 #define _APS_NEXT_SYMED_VALUE 1001 | 257 #define _APS_NEXT_SYMED_VALUE 1001 |
| 258 #endif | 258 #endif |
| 259 #endif | 259 #endif |
| 260 | 260 |
| 261 // Identifiers for platform-specific items. | 261 // Identifiers for platform-specific items. |
| 262 // Placed in a common file to help insure they never collide. | 262 // Placed in a common file to help insure they never collide. |
| 263 #define IDC_BOOKMARK_MENU 43000 // OSX only | 263 #define IDC_BOOKMARK_MENU 43000 // OSX only |
| 264 #define IDC_VIEW_MENU 44000 // OSX only | 264 #define IDC_VIEW_MENU 44000 // OSX only |
| 265 #define IDC_SYSTEM_OPTIONS 45000 // ChromeOS only | 265 #define IDC_SYSTEM_OPTIONS 45000 // ChromeOS only |
| 266 #define IDC_INTERNET_OPTIONS 45100 // ChromeOS only | 266 #define IDC_INTERNET_OPTIONS 45100 // ChromeOS only |
| 267 #define IDC_LANGUAGE_OPTIONS 45200 // ChromeOS only |
| 267 #define IDC_HISTORY_MENU 46000 // OSX only | 268 #define IDC_HISTORY_MENU 46000 // OSX only |
| 268 #define IDC_INPUT_METHODS_MENU 46300 // Linux only | 269 #define IDC_INPUT_METHODS_MENU 46300 // Linux only |
| 269 | 270 |
| 270 // Custom context menu entries | 271 // Custom context menu entries |
| 271 #define IDC_CONTENT_CONTEXT_CUSTOM_FIRST 47000 | 272 #define IDC_CONTENT_CONTEXT_CUSTOM_FIRST 47000 |
| 272 #define IDC_CONTENT_CONTEXT_CUSTOM_LAST 48000 | 273 #define IDC_CONTENT_CONTEXT_CUSTOM_LAST 48000 |
| 273 | 274 |
| 274 // Context menu items added by extensions. | 275 // Context menu items added by extensions. |
| 275 #define IDC_EXTENSIONS_CONTEXT_CUSTOM_FIRST 49000 | 276 #define IDC_EXTENSIONS_CONTEXT_CUSTOM_FIRST 49000 |
| 276 #define IDC_EXTENSIONS_CONTEXT_CUSTOM_LAST 50000 | 277 #define IDC_EXTENSIONS_CONTEXT_CUSTOM_LAST 50000 |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 313 // Frame items. | 314 // Frame items. |
| 314 #define IDC_CONTENT_CONTEXT_RELOADFRAME 50160 | 315 #define IDC_CONTENT_CONTEXT_RELOADFRAME 50160 |
| 315 #define IDC_CONTENT_CONTEXT_OPENFRAMENEWTAB 50161 | 316 #define IDC_CONTENT_CONTEXT_OPENFRAMENEWTAB 50161 |
| 316 #define IDC_CONTENT_CONTEXT_OPENFRAMENEWWINDOW 50162 | 317 #define IDC_CONTENT_CONTEXT_OPENFRAMENEWWINDOW 50162 |
| 317 #define IDC_CONTENT_CONTEXT_OPENFRAMEOFFTHERECORD 50163 | 318 #define IDC_CONTENT_CONTEXT_OPENFRAMEOFFTHERECORD 50163 |
| 318 #define IDC_CONTENT_CONTEXT_VIEWFRAMESOURCE 50164 | 319 #define IDC_CONTENT_CONTEXT_VIEWFRAMESOURCE 50164 |
| 319 #define IDC_CONTENT_CONTEXT_VIEWFRAMEINFO 50165 | 320 #define IDC_CONTENT_CONTEXT_VIEWFRAMEINFO 50165 |
| 320 // Search items. | 321 // Search items. |
| 321 #define IDC_CONTENT_CONTEXT_GOTOURL 50170 | 322 #define IDC_CONTENT_CONTEXT_GOTOURL 50170 |
| 322 #define IDC_CONTENT_CONTEXT_SEARCHWEBFOR 50171 | 323 #define IDC_CONTENT_CONTEXT_SEARCHWEBFOR 50171 |
| OLD | NEW |