Add BrowserWindow.restartHangMonitorTimeout() API.

This commit is contained in:
Cheng Zhao 2013-06-07 18:42:57 +08:00
parent dfbbaa9efb
commit f62b88d9ae
4 changed files with 20 additions and 0 deletions

View file

@ -97,6 +97,7 @@ class NativeWindow : public content::WebContentsDelegate,
virtual void CloseDevTools();
virtual void FocusOnWebView();
virtual void BlurWebView();
virtual void RestartHangMonitorTimeout();
// The same with closing a tab in a real browser.
//