blob: 74ec39a13171c83cee2b6e33bc3282ad3e886be5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
// TODO(tc): Come up with a way to automate the generation of these
// IDs so they don't collide with other rc files.
#define IDR_ABOUT_PLUGINS_HTML 201
#define IDR_ABOUT_VERSION_HTML 202
#define IDR_ABOUT_MEMORY_HTML 204
#define IDR_ABOUT_STATS_HTML 205
#define IDR_DEBUGGER_SHELL_JS 206
#define IDR_SSL_ROAD_BLOCK_HTML 207
#define IDR_SSL_ERROR_HTML 208
#define IDR_NEW_TAB_HTML 209
#define IDR_SAFE_BROWSING_MALWARE_BLOCK 210
#define IDR_SAFE_BROWSING_PHISHING_BLOCK 211
#define IDR_INCOGNITO_TAB_HTML 212
|