diff options
Diffstat (limited to 'chrome/browser/ui/browser_command_controller.cc')
-rw-r--r-- | chrome/browser/ui/browser_command_controller.cc | 5 |
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()); |