Index: ash/system/tray/system_tray.cc |
diff --git a/ash/system/tray/system_tray.cc b/ash/system/tray/system_tray.cc |
index 9b5f6928eb63e94e83c2940bd51ce66932ee89d9..7b43b43b0c875739ceaf3ab531a660b911a418f9 100644 |
--- a/ash/system/tray/system_tray.cc |
+++ b/ash/system/tray/system_tray.cc |
@@ -747,6 +747,8 @@ void SystemTray::CloseSystemBubbleAndDeactivateSystemTray() { |
void SystemTray::RecordSystemMenuMetrics() { |
DCHECK(system_bubble_); |
+ system_bubble_->bubble()->RecordVisibleRowMetrics(); |
+ |
TrayBubbleView* bubble_view = system_bubble_->bubble_view(); |
int num_rows = 0; |
for (int i = 0; i < bubble_view->child_count(); i++) { |