Index: content/shell/resource.h |
diff --git a/content/shell/resource.h b/content/shell/resource.h |
index 291f3f4f51c375539afbde47e9225812bae0aa32..c9e2f7964b0a1904a2bd72c1db933a9eabbb2800 100644 |
--- a/content/shell/resource.h |
+++ b/content/shell/resource.h |
@@ -13,10 +13,16 @@ |
#define IDM_CLOSE_WINDOW 106 |
#define IDM_NEW_WINDOW 107 |
#define IDC_CONTENTSHELL 109 |
+#define IDD_ALERT 130 |
+#define IDD_CONFIRM 131 |
+#define IDD_PROMPT 132 |
#define IDC_NAV_BACK 1001 |
#define IDC_NAV_FORWARD 1002 |
#define IDC_NAV_RELOAD 1003 |
#define IDC_NAV_STOP 1004 |
+#define IDC_PROMPTEDIT 1005 |
+#define IDC_DIALOGTEXT 1006 |
+ |
#ifndef IDC_STATIC |
#define IDC_STATIC -1 |
#endif |