Comment 0 for bug 1640634

Revision history for this message
Chris Coulson (chrisccoulson) wrote :

The UbuntuWebView context menu "Open <x> in new tab/window" actions will go through this function, but it has a couple of issues:

- It DCHECK's that OpenURLParams::is_renderer_initiated is true.

- It shouldn't call WebContentsClient::ShouldCreateNewWebContents() for context menu initiated calls.