Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(648)

Unified Diff: ash/display/display_controller.cc

Issue 587243004: Remove more keyboard usability related code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ash/root_window_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
}
« no previous file with comments | « no previous file | ash/root_window_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698