summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrome/browser/plugin_updater.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/plugin_updater.cc b/chrome/browser/plugin_updater.cc
index ded1d61..e969da6 100644
--- a/chrome/browser/plugin_updater.cc
+++ b/chrome/browser/plugin_updater.cc
@@ -213,6 +213,7 @@ void PluginUpdater::DisablePluginGroupsFromPrefs(Profile* profile) {
// See http://crbug.com/50105 for background.
EnablePluginGroup(false, ASCIIToUTF16(PluginGroup::kAdobeReader8GroupName));
EnablePluginGroup(false, ASCIIToUTF16(PluginGroup::kAdobeReader9GroupName));
+ UpdatePreferences(profile);
}
}