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

Unified Diff: ash/common/system/chromeos/screen_security/screen_tray_item.h

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
Index: ash/common/system/chromeos/screen_security/screen_tray_item.h
diff --git a/ash/common/system/chromeos/screen_security/screen_tray_item.h b/ash/common/system/chromeos/screen_security/screen_tray_item.h
index 8d01d2fde20c6d0cd59a2f185a0e493f5cccb722..06590994477a446b4b20d1cdf6ac61d39b3c798c 100644
--- a/ash/common/system/chromeos/screen_security/screen_tray_item.h
+++ b/ash/common/system/chromeos/screen_security/screen_tray_item.h
@@ -91,7 +91,7 @@ class ScreenNotificationDelegate : public message_center::NotificationDelegate {
// can stop the screen capture/sharing by pressing the stop button.
class ASH_EXPORT ScreenTrayItem : public SystemTrayItem {
public:
- explicit ScreenTrayItem(SystemTray* system_tray);
+ ScreenTrayItem(SystemTray* system_tray, UmaType uma_type);
~ScreenTrayItem() override;
tray::ScreenTrayView* tray_view() { return tray_view_; }

Powered by Google App Engine
This is Rietveld 408576698