blob: e8563374b7a1e527af5c25dcd665840ca841bd12 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
// 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_SAFE_BROWSING_MULTIPLE_THREAT_BLOCK 211
#define IDR_INCOGNITO_TAB_HTML 212
#define IDR_CREDITS_HTML 213
#define IDR_HISTORY_HTML 214
|