Don't force restart renderer process for in-page navigation
This commit is contained in:
parent
40631edb70
commit
d1545a64ae
3 changed files with 19 additions and 0 deletions
|
@ -18,6 +18,9 @@ class AtomBrowserClient : public brightray::BrowserClient {
|
|||
AtomBrowserClient();
|
||||
virtual ~AtomBrowserClient();
|
||||
|
||||
// Don't force renderer process to restart for once.
|
||||
static void SuppressRendererProcessRestartForOnce();
|
||||
|
||||
protected:
|
||||
// content::ContentBrowserClient:
|
||||
void RenderProcessWillLaunch(content::RenderProcessHost* host) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue