summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chromeos
diff options
context:
space:
mode:
authorbauerb@chromium.org <bauerb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-19 10:36:59 +0000
committerbauerb@chromium.org <bauerb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-19 10:36:59 +0000
commit8a2713686b6631c559ac4505747089fb2f93aeb6 (patch)
treedf6c9ea119b68d5416bd04026359710380baacaa /chrome/browser/chromeos
parent4c19b042ea31bd393d2265656f94339d1c3d82ff (diff)
downloadchromium_src-8a2713686b6631c559ac4505747089fb2f93aeb6.zip
chromium_src-8a2713686b6631c559ac4505747089fb2f93aeb6.tar.gz
chromium_src-8a2713686b6631c559ac4505747089fb2f93aeb6.tar.bz2
Reland r96364: Rename PluginUpdater to PluginPrefs and make it per-profile.
BUG=80794 TEST=none Review URL: http://codereview.chromium.org/7639017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97452 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/chromeos')
-rw-r--r--chrome/browser/chromeos/login/login_utils.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/browser/chromeos/login/login_utils.cc b/chrome/browser/chromeos/login/login_utils.cc
index 18904b0..e1f412c 100644
--- a/chrome/browser/chromeos/login/login_utils.cc
+++ b/chrome/browser/chromeos/login/login_utils.cc
@@ -41,7 +41,6 @@
#include "chrome/browser/net/gaia/gaia_oauth_fetcher.h"
#include "chrome/browser/net/gaia/token_service.h"
#include "chrome/browser/net/preconnect.h"
-#include "chrome/browser/plugin_updater.h"
#include "chrome/browser/policy/browser_policy_connector.h"
#include "chrome/browser/prefs/pref_member.h"
#include "chrome/browser/profiles/profile.h"
@@ -562,9 +561,6 @@ void LoginUtilsImpl::OnProfileCreated(Profile* user_profile, Status status) {
btl->AddLoginTimeMarker("TPMOwn-End", false);
}
- // Enable/disable plugins based on user preferences.
- PluginUpdater::GetInstance()->SetProfile(user_profile);
-
// We suck. This is a hack since we do not have the enterprise feature
// done yet to pull down policies from the domain admin. We'll take this
// out when we get that done properly.