Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2210)

Unified Diff: ash/system/web_notification/web_notification_tray_unittest.cc

Issue 2162153002: Added Ash.SystemMenu.DefaultView.VisibleItems histogram. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed the COUNT value from the SystemMenuDefaultViewRows enum. Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/system/chromeos/tray_display.cc ('k') | ash/test/test_system_tray_item.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/web_notification/web_notification_tray_unittest.cc
diff --git a/ash/system/web_notification/web_notification_tray_unittest.cc b/ash/system/web_notification/web_notification_tray_unittest.cc
index 00594313e5d16c329eafa5f771d66b51cc09b950..59f4a32352388e4dc6f3e67f4c752e7606627ca4 100644
--- a/ash/system/web_notification/web_notification_tray_unittest.cc
+++ b/ash/system/web_notification/web_notification_tray_unittest.cc
@@ -69,7 +69,7 @@ SystemTray* GetSystemTray() {
// Trivial item implementation for testing PopupAndSystemTray test case.
class TestItem : public SystemTrayItem {
public:
- TestItem() : SystemTrayItem(GetSystemTray()) {}
+ TestItem() : SystemTrayItem(GetSystemTray(), UMA_TEST) {}
views::View* CreateDefaultView(LoginStatus status) override {
views::View* default_view = new views::View;
« no previous file with comments | « ash/system/chromeos/tray_display.cc ('k') | ash/test/test_system_tray_item.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698