Index: ash/display/display_controller.cc |
diff --git a/ash/display/display_controller.cc b/ash/display/display_controller.cc |
index 4f3cde8ee2fa99be7bbc04f595fae22c420ef5da..f6192cade57e2ef0290c2bcbb6ab641238303f96 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); |
} |