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

Unified Diff: ash/shell.cc

Issue 10870036: Allow storing display preferences per device. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 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 | « ash/shell.h ('k') | chrome/browser/chromeos/display/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell.cc
diff --git a/ash/shell.cc b/ash/shell.cc
index 19a612eae4c58505eee51b70c6803ee98e9cdb58..f43a1e35d5505160205a72f4878a2466f5d49e9b 100644
--- a/ash/shell.cc
+++ b/ash/shell.cc
@@ -367,7 +367,7 @@ void Shell::Init() {
new internal::ActivationController(focus_manager_.get()));
screen_position_controller_.reset(new internal::ScreenPositionController);
- display_controller_.reset(new internal::DisplayController);
+ display_controller_.reset(new DisplayController);
display_controller_->InitPrimaryDisplay();
aura::RootWindow* root_window = display_controller_->GetPrimaryRootWindow();
active_root_window_ = root_window;
« no previous file with comments | « ash/shell.h ('k') | chrome/browser/chromeos/display/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698