blob: dd1fdd139da2528c558586e27c6596bb2e025a6e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
// 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
#define IDR_HISTORY_HTML 213
|