Reuse site instance only on window.open
This commit is contained in:
parent
c3c67f78c1
commit
4d61d071b2
3 changed files with 26 additions and 10 deletions
|
@ -40,6 +40,8 @@ class AtomBrowserClient : public brightray::BrowserClient,
|
|||
|
||||
// Don't force renderer process to restart for once.
|
||||
static void SuppressRendererProcessRestartForOnce();
|
||||
// Cancel reusing renderer process for new window.
|
||||
static void CancelReuseRendererProcessForNewWindow();
|
||||
|
||||
// Custom schemes to be registered to handle service worker.
|
||||
static void SetCustomServiceWorkerSchemes(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue