mirror of
				https://bitbucket.org/chromiumembedded/cef
				synced 2025-06-05 21:39:12 +02:00 
			
		
		
		
	Resolve request mapping issues with swapped out frames and browser-side navigation (issue #2290)
This commit is contained in:
		@@ -202,9 +202,8 @@ IPC_STRUCT_BEGIN(CefProcessHostMsg_GetNewBrowserInfo_Params)
 | 
			
		||||
IPC_STRUCT_END()
 | 
			
		||||
 | 
			
		||||
// Retrieve information about a newly created browser.
 | 
			
		||||
IPC_SYNC_MESSAGE_CONTROL2_1(
 | 
			
		||||
IPC_SYNC_MESSAGE_CONTROL1_1(
 | 
			
		||||
    CefProcessHostMsg_GetNewBrowserInfo,
 | 
			
		||||
    int /* render_view_routing_id */,
 | 
			
		||||
    int /* render_frame_routing_id */,
 | 
			
		||||
    CefProcessHostMsg_GetNewBrowserInfo_Params /* params*/)
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user