| 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_;
|
|
|
|
|