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

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

Issue 393005: Revert 31877 - Revert 31869 Ignore keyboard messages from enter key in rende... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 years, 1 month 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 | chrome/browser/renderer_host/render_widget_host_view_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/renderer_host/render_widget_host_view_win.h
===================================================================
--- chrome/browser/renderer_host/render_widget_host_view_win.h (revision 31879)
+++ chrome/browser/renderer_host/render_widget_host_view_win.h (working copy)
@@ -241,6 +241,9 @@
// messages about the focused edit control from a renderer process.
bool ime_notification_;
+ // true if Enter was hit when render widget host was in focus.
+ bool capture_enter_key_;
+
// true if the View is not visible.
bool is_hidden_;
« no previous file with comments | « no previous file | chrome/browser/renderer_host/render_widget_host_view_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698