diff options
Diffstat (limited to 'chrome/browser/web_contents_view_win.h')
-rw-r--r-- | chrome/browser/web_contents_view_win.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/web_contents_view_win.h b/chrome/browser/web_contents_view_win.h index ee28e87..fa249c0 100644 --- a/chrome/browser/web_contents_view_win.h +++ b/chrome/browser/web_contents_view_win.h @@ -136,6 +136,9 @@ class WebContentsViewWin : public WebContentsView, // Whether the info bar view is visible. bool info_bar_visible_; + // Whether to ignore the next CHAR keyboard event. + bool ignore_next_char_event_; + DISALLOW_COPY_AND_ASSIGN(WebContentsViewWin); }; |