| Index: chrome/browser/browser_process_impl.cc
|
| diff --git a/chrome/browser/browser_process_impl.cc b/chrome/browser/browser_process_impl.cc
|
| index 3b644e81fe7030ae5d0b0d3fd274d4a5ac0fcb3e..31b347df719c165f7fdbb238920cabc0c510b76f 100644
|
| --- a/chrome/browser/browser_process_impl.cc
|
| +++ b/chrome/browser/browser_process_impl.cc
|
| @@ -766,7 +766,7 @@ void BrowserProcessImpl::PreMainMessageLoopRun() {
|
| FilePath path;
|
| if (!CommandLine::ForCurrentProcess()->HasSwitch(
|
| switches::kDisableInternalFlash) &&
|
| - PathService::Get(chrome::FILE_FLASH_PLUGIN, &path)) {
|
| + PathService::Get(chrome::FILE_FLASH_PLUGIN_EXISTING, &path)) {
|
| plugin_service->AddExtraPluginPath(path);
|
| }
|
|
|
|
|