From 31bb9d89297b6e65590ae3d69a188411f9dbfa8d Mon Sep 17 00:00:00 2001 From: "bauerb@chromium.org" Date: Wed, 17 Jul 2013 23:37:48 +0000 Subject: 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 --- chrome/browser/ui/browser_command_controller.cc | 5 ----- 1 file changed, 5 deletions(-) (limited to 'chrome/browser/ui/browser_command_controller.cc') 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()); -- cgit v1.1