Chromium Code Reviews| Index: chrome/browser/ui/webui/options/chromeos/display_options_handler.cc |
| diff --git a/chrome/browser/ui/webui/options/chromeos/display_options_handler.cc b/chrome/browser/ui/webui/options/chromeos/display_options_handler.cc |
| index 1ec056dcf7eb972679c167d1bd46b92e07d67924..af760aa0b559c62131c6633fdab38bcaa694ee99 100644 |
| --- a/chrome/browser/ui/webui/options/chromeos/display_options_handler.cc |
| +++ b/chrome/browser/ui/webui/options/chromeos/display_options_handler.cc |
| @@ -183,7 +183,7 @@ void DisplayOptionsHandler::OnFadeOutForMirroringFinished(bool is_mirroring) { |
| // We use 'PRIMARY_ONLY' for non-mirroring state for now. |
|
sabercrombie
2013/02/16 00:01:08
Looks like this comment should be removed.
oshima
2013/02/16 01:32:52
Done.
|
| // TODO(mukai): fix this and support multiple display modes. |
| chromeos::OutputState new_state = |
| - is_mirroring ? STATE_DUAL_MIRROR : STATE_DUAL_PRIMARY_ONLY; |
| + is_mirroring ? STATE_DUAL_MIRROR : STATE_DUAL_EXTENDED; |
| ash::Shell::GetInstance()->output_configurator()->SetDisplayMode(new_state); |
| SendAllDisplayInfo(); |
| // Not necessary to start fade-in animation. OutputConfigurator will do that. |