Map pending process id to webContents for frame host initiating navigation
This commit is contained in:
parent
34c5abfe43
commit
06e60e5d4d
2 changed files with 13 additions and 19 deletions
|
@ -130,8 +130,8 @@ class AtomBrowserClient : public brightray::BrowserClient,
|
|||
bool RendererUsesNativeWindowOpen(int process_id);
|
||||
bool RendererDisablesPopups(int process_id);
|
||||
|
||||
// pending_render_process => current_render_process.
|
||||
std::map<int, int> pending_processes_;
|
||||
// pending_render_process => web contents.
|
||||
std::map<int, content::WebContents*> pending_processes_;
|
||||
|
||||
std::map<int, ProcessPreferences> process_preferences_;
|
||||
std::map<int, base::ProcessId> render_process_host_pids_;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue