ash: Restore user selected rotation on startup
commita56eca844bbca1cdcb741b820ee9631b49252e00
authordnicoara <dnicoara@chromium.org>
Fri, 12 Jun 2015 13:32:53 +0000 (12 06:32 -0700)
committerCommit bot <commit-bot@chromium.org>
Fri, 12 Jun 2015 13:33:32 +0000 (12 13:33 +0000)
treed35c87105737477de1d6dc70e5310993ae4b0ad9
parentde5ee37653080ea96ba50572f2241f3c8261056a
ash: Restore user selected rotation on startup

Display preferences saves the user selected rotation. We want to restore
it on startup otherwise the rotation will not be restored after the
first Chrome restart.

Example reproduction steps:
1) Log in
2) Set rotation to 90 degrees
3) Restart chrome (this will be fine since it reads the 90 degree
   rotation, though it will write a rotation of 0 degrees)
4) Restart chrome (this will show with a rotation of 0 degrees)

BUG=498895

Review URL: https://codereview.chromium.org/1177863002

Cr-Commit-Position: refs/heads/master@{#334152}
ash/display/display_manager.cc
ash/display/display_manager_unittest.cc