Chromium Code Reviews| Index: chrome/browser/renderer_host/render_widget_host_view_win.cc |
| =================================================================== |
| --- chrome/browser/renderer_host/render_widget_host_view_win.cc (revision 62510) |
| +++ chrome/browser/renderer_host/render_widget_host_view_win.cc (working copy) |
| @@ -1323,6 +1323,7 @@ |
| LRESULT RenderWidgetHostViewWin::OnKeyEvent(UINT message, WPARAM wparam, |
| LPARAM lparam, BOOL& handled) { |
| handled = TRUE; |
| + DLOG(ERROR) << "KeyEvent " << message << " wParam " << wparam; |
|
Peter Kasting
2010/10/14 20:30:45
Did you mean to leave this in?
brettw
2010/10/14 20:36:40
Whoops! Thanks.
|
| // If we are a pop-up, forward tab related messages to our parent HWND, so |
| // that we are dismissed appropriately and so that the focus advance in our |