diff options
author | ksimbili@chromium.org <ksimbili@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-10 15:22:21 +0000 |
---|---|---|
committer | ksimbili@chromium.org <ksimbili@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-10 15:22:21 +0000 |
commit | b76b57f5f20683e4cd90011c7f97980ae6eba563 (patch) | |
tree | fefeec1acdf4d7e6633b56b4d305191906ba4b58 /tools/metrics/actions | |
parent | cbdb11343ba2aeb71b613ef56694fd7b1d4754ba (diff) | |
download | chromium_src-b76b57f5f20683e4cd90011c7f97980ae6eba563.zip chromium_src-b76b57f5f20683e4cd90011c7f97980ae6eba563.tar.gz chromium_src-b76b57f5f20683e4cd90011c7f97980ae6eba563.tar.bz2 |
Add single tap preview user action to xml file.
BUG=374335
Review URL: https://codereview.chromium.org/324803002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276037 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/metrics/actions')
-rw-r--r-- | tools/metrics/actions/actions.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml index c95b625..a6a9983 100644 --- a/tools/metrics/actions/actions.xml +++ b/tools/metrics/actions/actions.xml @@ -7397,6 +7397,13 @@ should be able to be added at any place in this file. </description> </action> +<action name="MobilePreviewPageSingleTap"> + <owner>ksimbili@chromium.org</owner> + <description> + User taped on the page while the preview page is being shown. + </description> +</action> + <action name="MobilePreviewPageTabClose"> <owner>ksimbili@chromium.org</owner> <description>User closes the tab while preview page is loaded.</description> |