| Index: content/browser/plugin_process_host.cc
|
| diff --git a/content/browser/plugin_process_host.cc b/content/browser/plugin_process_host.cc
|
| index 56fc90e71761da31afa68415502541ad983d86f6..863133f835dcde1a88ba91cc8355c0c0ff9cc50b 100644
|
| --- a/content/browser/plugin_process_host.cc
|
| +++ b/content/browser/plugin_process_host.cc
|
| @@ -155,8 +155,8 @@ PluginProcessHost::~PluginProcessHost() {
|
| bool PluginProcessHost::Init(const webkit::npapi::WebPluginInfo& info,
|
| const std::string& locale) {
|
| info_ = info;
|
| - set_name(UTF16ToWideHack(info_.name));
|
| - set_version(UTF16ToWideHack(info_.version));
|
| + set_name(info_.name);
|
| + set_version(info_.version);
|
|
|
| if (!CreateChannel())
|
| return false;
|
|
|