| Index: chrome/renderer/plugins/plugin_placeholder.cc
|
| diff --git a/chrome/renderer/plugins/plugin_placeholder.cc b/chrome/renderer/plugins/plugin_placeholder.cc
|
| index a55ede40010b8ecd4aa1b2016abe0afe39133641..af0041b51d37e6a4e58540b182783a515ed289ce 100644
|
| --- a/chrome/renderer/plugins/plugin_placeholder.cc
|
| +++ b/chrome/renderer/plugins/plugin_placeholder.cc
|
| @@ -190,7 +190,7 @@ PluginPlaceholder* PluginPlaceholder::CreateMobileYoutubePlugin(
|
| const WebPluginParams& params) {
|
| const base::StringPiece template_html(
|
| ResourceBundle::GetSharedInstance().GetRawDataResource(
|
| - IDR_YOUTUBE_PLUGIN_HTML, ui::SCALE_FACTOR_NONE));
|
| + IDR_MOBILE_YOUTUBE_PLUGIN_HTML, ui::SCALE_FACTOR_NONE));
|
|
|
| DictionaryValue values;
|
| values.SetString("video_id", GetYoutubeVideoId(params));
|
|
|