Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1003)

Unified Diff: chrome/browser/component_updater/pepper_flash_component_installer.cc

Issue 2150573004: Fix component-installer-controlled Flash path. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698