OLD | NEW |
1 // These are the identifiers for locale specific settings. | 1 // These are the identifiers for locale specific settings. |
2 | 2 |
3 // UNUSED 1000 | 3 // UNUSED 1000 |
4 | 4 |
5 // The font used in web-style native pages (e.g. History). | 5 // The font used in web-style native pages (e.g. History). |
6 #define IDS_WEB_FONT_FAMILY 1001 | 6 #define IDS_WEB_FONT_FAMILY 1001 |
7 | 7 |
8 // The default value for HTTP Accept-Language header. | 8 // The default value for HTTP Accept-Language header. |
9 #define IDS_ACCEPT_LANGUAGES 1002 | 9 #define IDS_ACCEPT_LANGUAGES 1002 |
10 | 10 |
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
156 // The URL for the the Learn More page shown on incognito new tab. | 156 // The URL for the the Learn More page shown on incognito new tab. |
157 #define IDS_LEARN_MORE_INCOGNITO_URL 1058 | 157 #define IDS_LEARN_MORE_INCOGNITO_URL 1058 |
158 | 158 |
159 // The URL for the "Learn more" page for the Report user metrics and crash data | 159 // The URL for the "Learn more" page for the Report user metrics and crash data |
160 // checkbox in Options. | 160 // checkbox in Options. |
161 #define IDS_LEARN_MORE_HELPMAKECHROMEBETTER_URL 1059 | 161 #define IDS_LEARN_MORE_HELPMAKECHROMEBETTER_URL 1059 |
162 | 162 |
163 // The URL for more info on how we are affected by 3rd party licenses. | 163 // The URL for more info on how we are affected by 3rd party licenses. |
164 #define IDS_ABOUT_VERSION_LICENSE_URL 1060 | 164 #define IDS_ABOUT_VERSION_LICENSE_URL 1060 |
165 | 165 |
| 166 // The HTML for the about:terms page |
| 167 #define IDR_TERMS_HTML 1061 |
OLD | NEW |