| Index: ash/system/chromeos/tray_display.cc
|
| diff --git a/ash/system/chromeos/tray_display.cc b/ash/system/chromeos/tray_display.cc
|
| index 7074c58343489ffcc143f38ae61c17b717432cb6..a5907f9a323c5f377aa4c0f4fcb50528323a81f1 100644
|
| --- a/ash/system/chromeos/tray_display.cc
|
| +++ b/ash/system/chromeos/tray_display.cc
|
| @@ -92,7 +92,8 @@ base::string16 GetAllDisplayInfo() {
|
| std::vector<base::string16> lines;
|
| int64 internal_id = gfx::Display::kInvalidDisplayID;
|
| // Make sure to show the internal display first.
|
| - if (gfx::Display::HasInternalDisplay() &&
|
| + if (!display_manager->IsInUnifiedMode() &&
|
| + gfx::Display::HasInternalDisplay() &&
|
| gfx::Display::InternalDisplayId() ==
|
| display_manager->first_display_id()) {
|
| internal_id = display_manager->first_display_id();
|
|
|