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

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

Issue 2193913002: Added Ash.SystemMenu.DefaultView.VisibleRows histogram. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2785
Patch Set: Merge remote-tracking branch 'refs/remotes/branch-heads/2785' into drover_2785 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/user/tray_user.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 34bfb66a4aa18e2934d57922d733c65c83068a7f..3594209ec8fbb74f2d49612532af8ea3a7f50a4f 100644
--- a/ash/system/web_notification/web_notification_tray_unittest.cc
+++ b/ash/system/web_notification/web_notification_tray_unittest.cc
@@ -70,7 +70,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/user/tray_user.cc ('k') | ash/test/test_system_tray_item.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698