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

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

Issue 10911137: Remove bundled NPAPI Flash on Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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 | « chrome/browser/browser_process_impl.cc ('k') | chrome/browser/plugin_prefs.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 =
« no previous file with comments | « chrome/browser/browser_process_impl.cc ('k') | chrome/browser/plugin_prefs.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698