Update guest process id when navigating
This commit is contained in:
parent
d8adbc0875
commit
36c4b1705d
3 changed files with 46 additions and 10 deletions
|
@ -34,6 +34,10 @@ class WebViewManager : public content::BrowserPluginGuestManager {
|
|||
static bool GetInfoForProcess(content::RenderProcessHost* process,
|
||||
WebViewInfo* info);
|
||||
|
||||
// Updates the guest process ID.
|
||||
static void UpdateGuestProcessID(content::RenderProcessHost* old_process,
|
||||
content::RenderProcessHost* new_process);
|
||||
|
||||
explicit WebViewManager(content::BrowserContext* context);
|
||||
virtual ~WebViewManager();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue