Index: ash/system/tray/system_tray.cc |
diff --git a/ash/system/tray/system_tray.cc b/ash/system/tray/system_tray.cc |
index a37dc770839e8367e9faf0a177fabc9790c37565..929ef35adce93a24c29bcdab9ace7d5337f1562b 100644 |
--- a/ash/system/tray/system_tray.cc |
+++ b/ash/system/tray/system_tray.cc |
@@ -539,8 +539,7 @@ void SystemTray::AnchorUpdated() { |
} |
if (system_bubble_) { |
system_bubble_->bubble_view()->UpdateBubble(); |
- if (!ash::switches::UseAlternateShelfLayout()) |
- UpdateBubbleViewArrow(system_bubble_->bubble_view()); |
+ UpdateBubbleViewArrow(system_bubble_->bubble_view()); |
} |
} |