| Index: chrome/browser/plugin_updater.cc
|
| diff --git a/chrome/browser/plugin_updater.cc b/chrome/browser/plugin_updater.cc
|
| index 338e09cc36ec25453b6743483b9008f00b69f538..4eff704effdc44b03a1cc5e1913ac9c465d3c330 100644
|
| --- a/chrome/browser/plugin_updater.cc
|
| +++ b/chrome/browser/plugin_updater.cc
|
| @@ -219,8 +219,7 @@ void PluginUpdater::DisablePluginGroupsFromPrefs(Profile* profile) {
|
|
|
| if (force_enable_internal_pdf) {
|
| // See http://crbug.com/50105 for background.
|
| - EnablePluginGroup(false, ASCIIToUTF16(PluginGroup::kAdobeReader8GroupName));
|
| - EnablePluginGroup(false, ASCIIToUTF16(PluginGroup::kAdobeReader9GroupName));
|
| + EnablePluginGroup(false, ASCIIToUTF16(PluginGroup::kAdobeReaderGroupName));
|
|
|
| // We want to save this, but doing so requires loading the list of plugins,
|
| // so do it after a minute as to not impact startup performance. Note that
|
|
|