From e1eb0a2db824ecdfb3098b26a629c186b969a399 Mon Sep 17 00:00:00 2001 From: bshe Date: Tue, 23 Sep 2014 14:18:38 -0700 Subject: Remove more keyboard usability related code BUG=414766 Review URL: https://codereview.chromium.org/587243004 Cr-Commit-Position: refs/heads/master@{#296250} --- ash/display/display_controller.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'ash/display/display_controller.cc') diff --git a/ash/display/display_controller.cc b/ash/display/display_controller.cc index 4f3cde8..f6192ca 100644 --- a/ash/display/display_controller.cc +++ b/ash/display/display_controller.cc @@ -248,8 +248,6 @@ DisplayController::~DisplayController() { } void DisplayController::Start() { - // Created here so that Shell has finished being created. Adds itself - // as a ShellObserver. Shell::GetScreen()->AddObserver(this); Shell::GetInstance()->display_manager()->set_delegate(this); } -- cgit v1.1