Chromium Code Reviews| Index: content/shell/shell.rc |
| =================================================================== |
| --- content/shell/shell.rc (revision 150609) |
| +++ content/shell/shell.rc (working copy) |
| @@ -30,6 +30,10 @@ |
| MENUITEM "&Close Window", IDM_CLOSE_WINDOW |
| MENUITEM "E&xit", IDM_EXIT |
| END |
| + POPUP "&Debug" |
| + BEGIN |
| + MENUITEM "&Show Developer Tools...", IDM_SHOW_DEVELOPER_TOOLS |
| + END |
| END |