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

Unified Diff: ash/shell.cc

Issue 10836037: Start in extended desktop mode if it is enabled. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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
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(
sky 2012/07/31 23:16:28 Is there a reason why OutputConfigurator can't loo
rkc1 2012/07/31 23:34:03 I had that originally for another CL, but Oshima t
+ internal::DisplayController::IsExtendedDesktopEnabled())),
#endif // defined(OS_CHROMEOS)
shelf_(NULL),
panel_layout_manager_(NULL),

Powered by Google App Engine
This is Rietveld 408576698