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

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

Issue 2132773002: Added UMA metrics for screen capture UI in the status area. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge branch 'master' into uma_screen_capture 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_share_tray_item.h
diff --git a/ash/common/system/chromeos/screen_security/screen_share_tray_item.h b/ash/common/system/chromeos/screen_security/screen_share_tray_item.h
index 2098d40f966ccd65917280d72d43244400476343..1de7ff68b3292cb2370773be648dfd97225481d9 100644
--- a/ash/common/system/chromeos/screen_security/screen_share_tray_item.h
+++ b/ash/common/system/chromeos/screen_security/screen_share_tray_item.h
@@ -29,6 +29,8 @@ class ASH_EXPORT ScreenShareTrayItem : public ScreenTrayItem,
// Overridden from ScreenTrayItem.
void CreateOrUpdateNotification() override;
std::string GetNotificationId() override;
+ void RecordStoppedFromDefaultViewMetric() override;
+ void RecordStoppedFromNotificationViewMetric() override;
// Overridden from ScreenShareObserver.
void OnScreenShareStart(const base::Closure& stop_callback,

Powered by Google App Engine
This is Rietveld 408576698