| Index: chrome/browser/component_updater/npapi_flash_component_installer.cc
|
| diff --git a/chrome/browser/component_updater/npapi_flash_component_installer.cc b/chrome/browser/component_updater/npapi_flash_component_installer.cc
|
| index a475ce822a50e5d1bd19c2354253c67eb207d57f..f17cfdb14993ee71d32324f7b15e092807fe3551 100644
|
| --- a/chrome/browser/component_updater/npapi_flash_component_installer.cc
|
| +++ b/chrome/browser/component_updater/npapi_flash_component_installer.cc
|
| @@ -143,7 +143,8 @@ void FinishFlashUpdateRegistration(ComponentUpdateService* cus,
|
| void StartFlashUpdateRegistration(ComponentUpdateService* cus,
|
| const std::vector<webkit::WebPluginInfo>&) {
|
| FilePath builtin_plugin_path;
|
| - if (!PathService::Get(chrome::FILE_FLASH_PLUGIN, &builtin_plugin_path))
|
| + if (!PathService::Get(chrome::FILE_FLASH_PLUGIN_EXISTING,
|
| + &builtin_plugin_path))
|
| return;
|
|
|
| FilePath updated_plugin_path =
|
|
|