| Index: content/browser/browser_plugin/browser_plugin_embedder.cc
|
| diff --git a/content/browser/browser_plugin/browser_plugin_embedder.cc b/content/browser/browser_plugin/browser_plugin_embedder.cc
|
| index ad4279cdbd0e4b0e8033e93ba70eb66d9e19eaea..f3dedf345bf19fddbb09a2ea215a0f0c844e5b5c 100644
|
| --- a/content/browser/browser_plugin/browser_plugin_embedder.cc
|
| +++ b/content/browser/browser_plugin/browser_plugin_embedder.cc
|
| @@ -177,10 +177,10 @@ void BrowserPluginEmbedder::OnAttach(
|
| BrowserPluginGuest* guest =
|
| GetBrowserPluginGuestManager()->GetGuestByInstanceID(
|
| instance_id, web_contents()->GetRenderProcessHost()->GetID());
|
| -
|
| - RenderProcessHost* render_process_host =
|
| - web_contents()->GetRenderProcessHost();
|
| - GURL validated_frame_url(params.embedder_frame_url);
|
| +
|
| + RenderProcessHost* render_process_host =
|
| + web_contents()->GetRenderProcessHost();
|
| + GURL validated_frame_url(params.embedder_frame_url);
|
| RenderViewHost::FilterURL(render_process_host, false, &validated_frame_url);
|
|
|
| if (guest) {
|
|
|