Index: content/shell/shell_win.cc |
=================================================================== |
--- content/shell/shell_win.cc (revision 150609) |
+++ content/shell/shell_win.cc (working copy) |
@@ -236,6 +236,9 @@ |
case IDM_EXIT: |
PlatformExit(); |
break; |
+ case IDM_SHOW_DEVELOPER_TOOLS: |
+ shell->ShowDevTools(); |
+ break; |
case IDC_NAV_BACK: |
shell->GoBackOrForward(-1); |
break; |