| OLD | NEW |
| 1 // Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2006-2008 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 #define IDD_DEFAULT_PLUGIN_INSTALL_DIALOG 2208 | 5 #define IDD_DEFAULT_PLUGIN_INSTALL_DIALOG 2208 |
| 6 #define IDI_DEFAULT_PLUGIN_ICON 2209 | 6 #define IDI_DEFAULT_PLUGIN_ICON 2209 |
| 7 #define IDB_GET_THE_PLUGIN 2210 | 7 #define IDB_GET_THE_PLUGIN 2210 |
| 8 #define IDC_PLUGIN_MAIN_LABEL 2211 | 8 #define IDC_PLUGIN_MAIN_LABEL 2211 |
| 9 #define IDC_PLUGIN_INSTALL_LABEL 2212 | 9 #define IDC_PLUGIN_INSTALL_LABEL 2212 |
| 10 #define IDC_PLUGIN_URL_LABEL 2213 | 10 #define IDC_PLUGIN_URL_LABEL 2213 |
| 11 #define IDC_PLUGIN_INSTALL_CONFIRMATION_LABEL 2214 | 11 #define IDC_PLUGIN_INSTALL_CONFIRMATION_LABEL 2214 |
| 12 #define IDC_PLUGIN_NAME 2215 | 12 #define IDC_PLUGIN_NAME 2215 |
| 13 #define IDC_PLUGIN_NAME_VALUE 2216 | 13 #define IDC_PLUGIN_NAME_VALUE 2216 |
| OLD | NEW |