| 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();
|
| }
|
|
|
|
|