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

Unified Diff: chrome/browser/renderer_host/render_widget_host_view_win.cc

Issue 3823002: Move windows version-related stuff out of base/win_util and into base/win/win... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 2 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: 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

Powered by Google App Engine
This is Rietveld 408576698