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

Side by Side Diff: tools/metrics/actions/actions.xml

Issue 324803002: Add single tap preview user action to xml file. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 6 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!-- 1 <!--
2 Copyright 2014 The Chromium Authors. All rights reserved. 2 Copyright 2014 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be 3 Use of this source code is governed by a BSD-style license that can be
4 found in the LICENSE file. 4 found in the LICENSE file.
5 --> 5 -->
6 6
7 <!-- 7 <!--
8 This file is a comprehensive list of Chrome user actions along with the owner 8 This file is a comprehensive list of Chrome user actions along with the owner
9 and description for each user action. 9 and description for each user action.
10 10
(...skipping 7379 matching lines...) Expand 10 before | Expand all | Expand 10 after
7390 </description> 7390 </description>
7391 </action> 7391 </action>
7392 7392
7393 <action name="MobilePreviewPageReload"> 7393 <action name="MobilePreviewPageReload">
7394 <owner>ksimbili@chromium.org</owner> 7394 <owner>ksimbili@chromium.org</owner>
7395 <description> 7395 <description>
7396 User pressed reload button while the preview page is being shown. 7396 User pressed reload button while the preview page is being shown.
7397 </description> 7397 </description>
7398 </action> 7398 </action>
7399 7399
7400 <action name="MobilePreviewPageSingleTap">
7401 <owner>ksimbili@chromium.org</owner>
7402 <description>
7403 User taped on the page while the preview page is being shown.
7404 </description>
7405 </action>
7406
7400 <action name="MobilePreviewPageTabClose"> 7407 <action name="MobilePreviewPageTabClose">
7401 <owner>ksimbili@chromium.org</owner> 7408 <owner>ksimbili@chromium.org</owner>
7402 <description>User closes the tab while preview page is loaded.</description> 7409 <description>User closes the tab while preview page is loaded.</description>
7403 </action> 7410 </action>
7404 7411
7405 <action name="MobileReceivedExternalIntent"> 7412 <action name="MobileReceivedExternalIntent">
7406 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 7413 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
7407 <description>Please enter the description of this user action.</description> 7414 <description>Please enter the description of this user action.</description>
7408 </action> 7415 </action>
7409 7416
(...skipping 3646 matching lines...) Expand 10 before | Expand all | Expand 10 after
11056 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 11063 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
11057 <description>Please enter the description of this user action.</description> 11064 <description>Please enter the description of this user action.</description>
11058 </action> 11065 </action>
11059 11066
11060 <action name="webapps.AddShortcut.Bookmark"> 11067 <action name="webapps.AddShortcut.Bookmark">
11061 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 11068 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
11062 <description>Please enter the description of this user action.</description> 11069 <description>Please enter the description of this user action.</description>
11063 </action> 11070 </action>
11064 11071
11065 </actions> 11072 </actions>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698