Chromium Code Reviews| Index: content/browser/plugin_process_host.cc |
| =================================================================== |
| --- content/browser/plugin_process_host.cc (revision 112500) |
| +++ content/browser/plugin_process_host.cc (working copy) |
| @@ -166,7 +166,6 @@ |
| const std::string& locale) { |
| info_ = info; |
| set_name(info_.name); |
| - set_version(info_.version); |
| if (!CreateChannel()) |
| return false; |