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

Unified Diff: webkit/tools/test_shell/resource.h

Issue 549213: Add UI to TestShell to enable/disable images, plugins, and scripts.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 11 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
« no previous file with comments | « no previous file | webkit/tools/test_shell/resources/test_shell.rc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/tools/test_shell/resource.h
===================================================================
--- webkit/tools/test_shell/resource.h (revision 37542)
+++ webkit/tools/test_shell/resource.h (working copy)
@@ -16,6 +16,9 @@
#define IDM_EXIT 105
#define IDM_DUMP_BODY_TEXT 110
#define IDM_DUMP_RENDER_TREE 111
+#define IDM_ENABLE_IMAGES 114
+#define IDM_ENABLE_PLUGINS 115
+#define IDM_ENABLE_SCRIPTS 116
#define IDM_SHOW_DEV_TOOLS 112
#define IDI_TESTSHELL 107
#define IDI_SMALL 108
@@ -38,6 +41,6 @@
#define _APS_NEXT_RESOURCE_VALUE 129
#define _APS_NEXT_COMMAND_VALUE 32771
#define _APS_NEXT_CONTROL_VALUE 1000
-#define _APS_NEXT_SYMED_VALUE 114
+#define _APS_NEXT_SYMED_VALUE 117
#endif
#endif
« no previous file with comments | « no previous file | webkit/tools/test_shell/resources/test_shell.rc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698