DescriptionFixed routing id in WebPluginProxy::CheckIfRunInsecureContent.
Wrong routing id in this function may cause a hang on some web-pages (process will wait for a response after sending a message which never gets delivered).
Message PluginHostMsg_CheckIfRunInsecureContent is handled in WebPluginDelegateProxy::OnMessageReceived, so instead of host_render_view_routing_id_, route_id_ should be used (just like in WebPluginProxy::URLRedirectResponse).
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=265913
Patch Set 1 #
Messages
Total messages: 9 (0 generated)
|