| OLD | NEW |
| 1 // Copyright (c) 2009 The Chromium Authors. All rights reserved. |
| 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. |
| 4 |
| 1 //{{NO_DEPENDENCIES}} | 5 //{{NO_DEPENDENCIES}} |
| 2 // | 6 // |
| 3 // 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 |
| 4 // edited by hand. Do not generate!!! | 8 // edited by hand. Do not generate!!! |
| 5 // | 9 // |
| 6 // Used by chrome_dll.rc, Mac nibs, ... | 10 // Used by chrome_dll.rc, Mac nibs, ... |
| 7 // | 11 // |
| 8 | 12 |
| 9 #define IDR_MAINFRAME 101 | 13 #define IDR_MAINFRAME 101 |
| 10 | 14 |
| (...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 242 #define IDC_BOOKMARK_MENU 43000 // OSX only | 246 #define IDC_BOOKMARK_MENU 43000 // OSX only |
| 243 #define IDC_VIEW_MENU 44000 // OSX only | 247 #define IDC_VIEW_MENU 44000 // OSX only |
| 244 #define IDC_CONTROL_PANEL 45000 // Linux2 only | 248 #define IDC_CONTROL_PANEL 45000 // Linux2 only |
| 245 #define IDC_HISTORY_MENU 46000 // OSX only | 249 #define IDC_HISTORY_MENU 46000 // OSX only |
| 246 #define IDC_HISTORY_MENU_VISITED 46100 // OSX only | 250 #define IDC_HISTORY_MENU_VISITED 46100 // OSX only |
| 247 #define IDC_HISTORY_MENU_CLOSED 46200 // OSX only | 251 #define IDC_HISTORY_MENU_CLOSED 46200 // OSX only |
| 248 | 252 |
| 249 // Custom context menu entries | 253 // Custom context menu entries |
| 250 #define IDC_CONTENT_CONTEXT_CUSTOM_FIRST 47000 | 254 #define IDC_CONTENT_CONTEXT_CUSTOM_FIRST 47000 |
| 251 #define IDC_CONTENT_CONTEXT_CUSTOM_LAST 48000 | 255 #define IDC_CONTENT_CONTEXT_CUSTOM_LAST 48000 |
| OLD | NEW |