Allow window.open on native-window-open enabled
This commit is contained in:
parent
a1f9a45276
commit
2c7343293a
2 changed files with 5 additions and 4 deletions
|
@ -121,7 +121,7 @@ class AtomBrowserClient : public brightray::BrowserClient,
|
|||
void AddProcessPreferences(int process_id, ProcessPreferences prefs);
|
||||
void RemoveProcessPreferences(int process_id);
|
||||
bool IsRendererSandboxed(int process_id);
|
||||
bool IsRendererUsesNativeWindowOpen(int process_id);
|
||||
bool RendererUsesNativeWindowOpen(int process_id);
|
||||
|
||||
// pending_render_process => current_render_process.
|
||||
std::map<int, int> pending_processes_;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue