Chromium Code Reviews| Index: content/browser/plugin_process_host.cc |
| =================================================================== |
| --- content/browser/plugin_process_host.cc (revision 188735) |
| +++ content/browser/plugin_process_host.cc (working copy) |
| @@ -238,7 +238,7 @@ |
| process_->Launch( |
| #if defined(OS_WIN) |
| - base::FilePath(), |
| + NULL, |
| #elif defined(OS_POSIX) |
| false, |
| env, |