| Index: ash/system/chromeos/tray_display.cc
|
| diff --git a/ash/system/chromeos/tray_display.cc b/ash/system/chromeos/tray_display.cc
|
| index 0fd314e0bff46f121804e6322c479b85f2f99bb7..7074c58343489ffcc143f38ae61c17b717432cb6 100644
|
| --- a/ash/system/chromeos/tray_display.cc
|
| +++ b/ash/system/chromeos/tray_display.cc
|
| @@ -246,6 +246,9 @@ class DisplayView : public ActionableView {
|
| IDS_ASH_STATUS_TRAY_DISPLAY_MIRRORING_NO_INTERNAL);
|
| }
|
|
|
| + if (display_manager->IsInUnifiedMode())
|
| + return l10n_util::GetStringUTF16(IDS_ASH_STATUS_TRAY_DISPLAY_UNIFIED);
|
| +
|
| int64 primary_id = Shell::GetScreen()->GetPrimaryDisplay().id();
|
| if (gfx::Display::HasInternalDisplay() &&
|
| !(gfx::Display::InternalDisplayId() == primary_id)) {
|
|
|