| Index: ash/display/display_manager.cc
|
| diff --git a/ash/display/display_manager.cc b/ash/display/display_manager.cc
|
| index 29eced4cc03ec6eee89c4e70a04ad674edb7a05b..fe0d4e101991abaafe044b9a86ca2ba0e5ed96a5 100644
|
| --- a/ash/display/display_manager.cc
|
| +++ b/ash/display/display_manager.cc
|
| @@ -435,12 +435,6 @@ void DisplayManager::SetDisplayRotation(int64 display_id,
|
| display_info_list.push_back(info);
|
| }
|
| AddMirrorDisplayInfoIfAny(&display_info_list);
|
| - if (virtual_keyboard_root_window_enabled() &&
|
| - display_id == non_desktop_display_.id()) {
|
| - DisplayInfo info = GetDisplayInfo(display_id);
|
| - info.set_rotation(rotation);
|
| - display_info_list.push_back(info);
|
| - }
|
| UpdateDisplays(display_info_list);
|
| }
|
|
|
| @@ -1069,10 +1063,6 @@ void DisplayManager::ToggleDisplayScaleFactor() {
|
|
|
| #if defined(OS_CHROMEOS)
|
| void DisplayManager::SetSoftwareMirroring(bool enabled) {
|
| - // TODO(oshima|bshe): Support external display on the system
|
| - // that has virtual keyboard display.
|
| - if (second_display_mode_ == VIRTUAL_KEYBOARD)
|
| - return;
|
| SetSecondDisplayMode(enabled ? MIRRORING : EXTENDED);
|
| }
|
|
|
|
|