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

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

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
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 817e65af09ce648bbcf290ab12b7675ec90c93b2..55d537bca3e44774921874c8c1f0307430bee981 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