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

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

Issue 11615034: Remove unused Flash-related code: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years 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
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 24f6113b10ff7c4506bcd0399f2c17c0abe8b9b3..76ee1afba34ae382ddcc956704f0c2e45f54fa0e 100644
--- a/chrome/browser/component_updater/pepper_flash_component_installer.cc
+++ b/chrome/browser/component_updater/pepper_flash_component_installer.cc
@@ -196,9 +196,8 @@ void RegisterPepperFlashWithChrome(const FilePath& path,
break;
}
- bool add_to_front = IsPepperFlashEnabledByDefault();
PluginService::GetInstance()->RegisterInternalPlugin(
- plugin_info.ToWebPluginInfo(), add_to_front);
+ plugin_info.ToWebPluginInfo(), true);
PluginService::GetInstance()->RefreshPlugins();
}

Powered by Google App Engine
This is Rietveld 408576698