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

Unified Diff: ash/common/system/chromeos/screen_security/screen_capture_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_capture_tray_item.h
diff --git a/ash/common/system/chromeos/screen_security/screen_capture_tray_item.h b/ash/common/system/chromeos/screen_security/screen_capture_tray_item.h
index c709c20f03e8ff646901b766ba33cf4ca2a74599..0c58b399c5a6a253ac51a5f8fdf2eb172a8fbc81 100644
--- a/ash/common/system/chromeos/screen_security/screen_capture_tray_item.h
+++ b/ash/common/system/chromeos/screen_security/screen_capture_tray_item.h
@@ -31,6 +31,8 @@ class ASH_EXPORT ScreenCaptureTrayItem : public ScreenTrayItem,
// Overridden from ScreenTrayItem.
void CreateOrUpdateNotification() override;
std::string GetNotificationId() override;
+ void RecordStoppedFromDefaultViewMetric() override;
+ void RecordStoppedFromNotificationViewMetric() override;
// Overridden from ScreenCaptureObserver.
void OnScreenCaptureStart(
« no previous file with comments | « ash/common/metrics/user_metrics_action.h ('k') | ash/common/system/chromeos/screen_security/screen_capture_tray_item.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698