summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/browser_command_controller.cc
diff options
context:
space:
mode:
authorbauerb@chromium.org <bauerb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-17 23:37:48 +0000
committerbauerb@chromium.org <bauerb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-17 23:37:48 +0000
commit31bb9d89297b6e65590ae3d69a188411f9dbfa8d (patch)
treed724ff2f509c42b533e813745b0965921f381f2d /chrome/browser/ui/browser_command_controller.cc
parent1f19442caa347c055a76ac0719e1f935c2b37067 (diff)
downloadchromium_src-31bb9d89297b6e65590ae3d69a188411f9dbfa8d.zip
chromium_src-31bb9d89297b6e65590ae3d69a188411f9dbfa8d.tar.gz
chromium_src-31bb9d89297b6e65590ae3d69a188411f9dbfa8d.tar.bz2
Remove ManagedMode class.
ManagedMode as a singleton is not being used anymore, in favor of the per-profile ManagedUserService. TBR=sky@chromium.org BUG=260213 Review URL: https://chromiumcodereview.appspot.com/18477013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@212166 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/ui/browser_command_controller.cc')
-rw-r--r--chrome/browser/ui/browser_command_controller.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/chrome/browser/ui/browser_command_controller.cc b/chrome/browser/ui/browser_command_controller.cc
index 1e214b7..5657d11 100644
--- a/chrome/browser/ui/browser_command_controller.cc
+++ b/chrome/browser/ui/browser_command_controller.cc
@@ -172,11 +172,6 @@ BrowserCommandController::BrowserCommandController(
base::Bind(
&BrowserCommandController::UpdateCommandsForFileSelectionDialogs,
base::Unretained(this)));
- local_pref_registrar_.Add(
- prefs::kInManagedMode,
- base::Bind(
- &BrowserCommandController::UpdateCommandsForMultipleProfiles,
- base::Unretained(this)));
}
profile_pref_registrar_.Init(profile()->GetPrefs());