diff options
Diffstat (limited to 'chrome/app/chrome_dll_resource.h')
-rw-r--r-- | chrome/app/chrome_dll_resource.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/app/chrome_dll_resource.h b/chrome/app/chrome_dll_resource.h index c73243c..1d5caff 100644 --- a/chrome/app/chrome_dll_resource.h +++ b/chrome/app/chrome_dll_resource.h @@ -73,6 +73,9 @@ #define IDC_OPEN_CURRENT_URL 33004 #define IDC_GO 33005 #define IDC_STOP 33006 +// TODO: put this alongside RELOAD, next time someone wants to fix all +// the Mac ids. +#define IDC_RELOAD_IGNORING_CACHE 33007 // Window management commands #define IDC_NEW_WINDOW 34000 |