Index: ash/shell.cc |
diff --git a/ash/shell.cc b/ash/shell.cc |
index ef6557a6ed77ce77f83a0a7b65151c08f9208493..1ab4c6a3ce8a65b61241cd778c975df710dc0680 100644 |
--- a/ash/shell.cc |
+++ b/ash/shell.cc |
@@ -180,7 +180,8 @@ Shell::Shell(ShellDelegate* delegate) |
env_filter_(NULL), |
delegate_(delegate), |
#if defined(OS_CHROMEOS) |
- output_configurator_(new chromeos::OutputConfigurator()), |
+ output_configurator_(new chromeos::OutputConfigurator( |
+ internal::DisplayController::IsExtendedDesktopEnabled())), |
#endif // defined(OS_CHROMEOS) |
shelf_(NULL), |
panel_layout_manager_(NULL), |