| Index: chrome/common/chrome_content_client.cc
|
| diff --git a/chrome/common/chrome_content_client.cc b/chrome/common/chrome_content_client.cc
|
| index a187cc1704ff243d72d3c9491240ed07df8faf5f..1c66c4421351cf799601d7e6e0d407feadde1c14 100644
|
| --- a/chrome/common/chrome_content_client.cc
|
| +++ b/chrome/common/chrome_content_client.cc
|
| @@ -465,7 +465,7 @@ bool ChromeContentClient::SandboxPlugin(CommandLine* command_line,
|
| GetSwitchValueNative(switches::kPluginPath);
|
|
|
| FilePath builtin_flash;
|
| - if (!PathService::Get(chrome::FILE_FLASH_PLUGIN, &builtin_flash))
|
| + if (!PathService::Get(chrome::FILE_FLASH_PLUGIN_EXISTING, &builtin_flash))
|
| return false;
|
|
|
| FilePath plugin_path(plugin_dll);
|
|
|