| Index: chrome/browser/component_updater/pepper_flash_component_installer.cc
|
| diff --git a/chrome/browser/component_updater/pepper_flash_component_installer.cc b/chrome/browser/component_updater/pepper_flash_component_installer.cc
|
| index 72b0cb210f4ee391dcb444431c5f0147d57d23b8..d98a23a3cdf3f7ac70df91fc4e152b33e39b9753 100644
|
| --- a/chrome/browser/component_updater/pepper_flash_component_installer.cc
|
| +++ b/chrome/browser/component_updater/pepper_flash_component_installer.cc
|
| @@ -168,7 +168,9 @@ void NotifyPathServiceAndChrome(const base::FilePath& path,
|
| PathService::Override(chrome::DIR_PEPPER_FLASH_PLUGIN, path);
|
| BrowserThread::PostTask(
|
| BrowserThread::UI, FROM_HERE,
|
| - base::Bind(&RegisterPepperFlashWithChrome, path, version));
|
| + base::Bind(&RegisterPepperFlashWithChrome,
|
| + path.Append(chrome::kPepperFlashPluginFilename),
|
| + version));
|
| }
|
| #endif // !defined(OS_LINUX) && defined(GOOGLE_CHROME_BUILD)
|
|
|
|
|