Remove the RestartHangMonitorTimeout API, which is useless now.
This commit is contained in:
parent
2c672052e6
commit
cb73a3c572
5 changed files with 2 additions and 22 deletions
|
@ -108,10 +108,11 @@ class NativeWindow : public brightray::DefaultWebContentsDelegate,
|
|||
virtual void CloseDevTools();
|
||||
virtual bool IsDevToolsOpened();
|
||||
virtual void InspectElement(int x, int y);
|
||||
|
||||
virtual void FocusOnWebView();
|
||||
virtual void BlurWebView();
|
||||
virtual bool IsWebViewFocused();
|
||||
virtual void RestartHangMonitorTimeout();
|
||||
|
||||
virtual bool SetIcon(const std::string& path);
|
||||
|
||||
// Returns the process handle of render process, useful for killing the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue