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

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

Issue 1339613004: Add Data Reduction Proxy card to Clank FRE in EM (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressing comments Created 5 years, 2 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
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. A user action should be tied to an actual 9 and description for each user action. A user action should be tied to an actual
10 action taken by a user. It should be logged immediatly after a user takes the 10 action taken by a user. It should be logged immediatly after a user takes the
(...skipping 7802 matching lines...) Expand 10 before | Expand all | Expand 10 after
7813 <action name="MobileFocusedOmniboxNotOnNtp"> 7813 <action name="MobileFocusedOmniboxNotOnNtp">
7814 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 7814 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
7815 <description>Please enter the description of this user action.</description> 7815 <description>Please enter the description of this user action.</description>
7816 </action> 7816 </action>
7817 7817
7818 <action name="MobileFocusedOmniboxOnNtp"> 7818 <action name="MobileFocusedOmniboxOnNtp">
7819 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 7819 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
7820 <description>Please enter the description of this user action.</description> 7820 <description>Please enter the description of this user action.</description>
7821 </action> 7821 </action>
7822 7822
7823 <action name="MobileFre.FreShown">
7824 <owner>megjablon@chromium.org</owner>
7825 <description>
7826 User was presented with the First Run Experience. This metric is specific to
7827 Android.
7828 </description>
7829 </action>
7830
7823 <action name="MobileFre.SignInShown"> 7831 <action name="MobileFre.SignInShown">
7824 <owner>aruslan@chromium.org</owner> 7832 <owner>aruslan@chromium.org</owner>
7825 <description> 7833 <description>
7826 User was presented with the sign-in dialog during the First Run Experience. 7834 User was presented with the sign-in dialog during the First Run Experience.
7827 This metric is specific to Android. 7835 This metric is specific to Android.
7828 </description> 7836 </description>
7829 </action> 7837 </action>
7830 7838
7831 <action name="MobileFreAttemptSignIn"> 7839 <action name="MobileFreAttemptSignIn">
7832 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 7840 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
(...skipping 4991 matching lines...) Expand 10 before | Expand all | Expand 10 after
12824 <action name="webapps.AddShortcut.Manifest"> 12832 <action name="webapps.AddShortcut.Manifest">
12825 <owner>mlamouri@chromium.org</owner> 12833 <owner>mlamouri@chromium.org</owner>
12826 <description> 12834 <description>
12827 Shortcut added to the homescreen with a valid Manifest. This action will be 12835 Shortcut added to the homescreen with a valid Manifest. This action will be
12828 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 12836 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
12829 to keep a trend of whether the webapp also add meta tags. 12837 to keep a trend of whether the webapp also add meta tags.
12830 </description> 12838 </description>
12831 </action> 12839 </action>
12832 12840
12833 </actions> 12841 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698