Restart renderer process for all navigations and reloads, fixes #157.
This commit is contained in:
parent
931182b677
commit
249366c90a
5 changed files with 45 additions and 2 deletions
|
@ -157,6 +157,9 @@ class NativeWindow : public brightray::DefaultWebContentsDelegate,
|
|||
const std::vector<DraggableRegion>& regions) = 0;
|
||||
|
||||
// Implementations of content::WebContentsDelegate.
|
||||
virtual content::WebContents* OpenURLFromTab(
|
||||
content::WebContents* source,
|
||||
const content::OpenURLParams& params) OVERRIDE;
|
||||
virtual content::JavaScriptDialogManager*
|
||||
GetJavaScriptDialogManager() OVERRIDE;
|
||||
virtual void BeforeUnloadFired(content::WebContents* tab,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue