webContents: exit tabbed fullscreen when esc key is pressed

This commit is contained in:
Robo 2015-08-18 22:32:34 +05:30
parent 37044f6fd4
commit 1518ff6d22
2 changed files with 6 additions and 1 deletions

View file

@ -48,6 +48,8 @@ class CommonWebContentsDelegate
NativeWindow* owner_window() const { return owner_window_.get(); }
bool is_html_fullscreen() const { return html_fullscreen_; }
protected:
// content::WebContentsDelegate:
content::WebContents* OpenURLFromTab(