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

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: Fixed ash_unittests compile errors. 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..353e7b72b735ae7e9dbb288e3f7a493a21e8624d 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, ItemType type);
~ScreenTrayItem() override;
tray::ScreenTrayView* tray_view() { return tray_view_; }

Powered by Google App Engine
This is Rietveld 408576698