| 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 255 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 266 #define IDC_SYSTEM_OPTIONS 45000 // ChromeOS only | 266 #define IDC_SYSTEM_OPTIONS 45000 // ChromeOS only |
| 267 #define IDC_INTERNET_OPTIONS 45100 // ChromeOS only | 267 #define IDC_INTERNET_OPTIONS 45100 // ChromeOS only |
| 268 #define IDC_HISTORY_MENU 46000 // OSX only | 268 #define IDC_HISTORY_MENU 46000 // OSX only |
| 269 #define IDC_HISTORY_MENU_VISITED 46100 // OSX only | 269 #define IDC_HISTORY_MENU_VISITED 46100 // OSX only |
| 270 #define IDC_HISTORY_MENU_CLOSED 46200 // OSX only | 270 #define IDC_HISTORY_MENU_CLOSED 46200 // OSX only |
| 271 #define IDC_INPUT_METHODS_MENU 46300 // Linux only | 271 #define IDC_INPUT_METHODS_MENU 46300 // Linux only |
| 272 | 272 |
| 273 // Custom context menu entries | 273 // Custom context menu entries |
| 274 #define IDC_CONTENT_CONTEXT_CUSTOM_FIRST 47000 | 274 #define IDC_CONTENT_CONTEXT_CUSTOM_FIRST 47000 |
| 275 #define IDC_CONTENT_CONTEXT_CUSTOM_LAST 48000 | 275 #define IDC_CONTENT_CONTEXT_CUSTOM_LAST 48000 |
| 276 |
| 277 // Context menu items added by extensions. |
| 278 #define IDC_EXTENSIONS_CONTEXT_CUSTOM_FIRST 49000 |
| 279 #define IDC_EXTENSIONS_CONTEXT_CUSTOM_LAST 50000 |
| 280 |
| OLD | NEW |