| Index: components/plugins/renderer/mobile_youtube_plugin.cc
|
| diff --git a/components/plugins/renderer/mobile_youtube_plugin.cc b/components/plugins/renderer/mobile_youtube_plugin.cc
|
| index 4b77abd52a68d61fedb04a6eddbc5197b614d905..455640b0fbc07b849cb2638b8751cd698a4bb162 100644
|
| --- a/components/plugins/renderer/mobile_youtube_plugin.cc
|
| +++ b/components/plugins/renderer/mobile_youtube_plugin.cc
|
| @@ -106,7 +106,6 @@ void MobileYouTubePlugin::OpenYoutubeUrlCallback() {
|
| std::string youtube("vnd.youtube:");
|
| GURL url(youtube.append(GetYoutubeVideoId(GetPluginParams())));
|
| WebURLRequest request;
|
| - request.initialize();
|
| request.setURL(url);
|
| render_frame()->LoadURLExternally(request,
|
| blink::WebNavigationPolicyNewForegroundTab);
|
|
|