blob: e4a31af65a67c0473fecd2940e79e01f7a840247 (
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_SSL_ROAD_BLOCK_HTML 206
#define IDR_SSL_ERROR_HTML 207
#define IDR_NEW_TAB_HTML 208
#define IDR_SAFE_BROWSING_MALWARE_BLOCK 209
#define IDR_SAFE_BROWSING_PHISHING_BLOCK 210
#define IDR_INCOGNITO_TAB_HTML 211
#define IDR_CREDITS_HTML 212
|