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

Unified Diff: tools/metrics/actions/actions.xml

Issue 1827323002: Take screenshot of active window (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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: tools/metrics/actions/actions.xml
diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml
index f7e9c7a92a86babe0cd4f8d2e5c6e56b68bb0072..267f2b4d03e4e8ff8b853bbd3df5ffe261c19d2e 100644
--- a/tools/metrics/actions/actions.xml
+++ b/tools/metrics/actions/actions.xml
@@ -705,6 +705,14 @@ should be able to be added at any place in this file.
<description>Please enter the description of this user action.</description>
</action>
+<action name="Accel_Take_Window_Screenshot">
+ <owner>warx@chromium.org</owner>
+ <description>
+ Metric recorded when shortcut key to initiate an active window screenshot
+ per kuscher@'s request.
+ </description>
+</action>
+
<action name="Accel_Toggle_Caps_Lock">
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<description>Please enter the description of this user action.</description>
@@ -12262,6 +12270,14 @@ should be able to be added at any place in this file.
<description>Please enter the description of this user action.</description>
</action>
+<action name="Screenshot_TakeWindow">
+ <owner>warx@chromium.org</owner>
+ <description>
+ User initiates an active window screenshot, a window selection per
+ kuscher@'s request.
+ </description>
+</action>
+
<action name="SearchWithRLZ">
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<description>Please enter the description of this user action.</description>

Powered by Google App Engine
This is Rietveld 408576698