Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(118)

Unified Diff: content/shell/resource.h

Issue 9918013: Add JavaScript dialogs functionality to content_shell on Windows (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: style fix 4 Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698