When a render process is crashed, it might be reused
This commit is contained in:
parent
5d2452608d
commit
83f01096c0
2 changed files with 10 additions and 0 deletions
|
@ -126,6 +126,7 @@ class AtomBrowserClient : public brightray::BrowserClient,
|
|||
};
|
||||
void AddProcessPreferences(int process_id, ProcessPreferences prefs);
|
||||
void RemoveProcessPreferences(int process_id);
|
||||
bool IsProcessObserved(int process_id);
|
||||
bool IsRendererSandboxed(int process_id);
|
||||
bool RendererUsesNativeWindowOpen(int process_id);
|
||||
bool RendererDisablesPopups(int process_id);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue