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

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

Issue 978653002: Upstream FirstRunActivity and friends. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated logos Created 5 years, 9 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. 9 and description for each user action.
10 10
(...skipping 7401 matching lines...) Expand 10 before | Expand all | Expand 10 after
7412 <action name="MobileFocusedOmniboxNotOnNtp"> 7412 <action name="MobileFocusedOmniboxNotOnNtp">
7413 <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>
7414 <description>Please enter the description of this user action.</description> 7414 <description>Please enter the description of this user action.</description>
7415 </action> 7415 </action>
7416 7416
7417 <action name="MobileFocusedOmniboxOnNtp"> 7417 <action name="MobileFocusedOmniboxOnNtp">
7418 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 7418 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
7419 <description>Please enter the description of this user action.</description> 7419 <description>Please enter the description of this user action.</description>
7420 </action> 7420 </action>
7421 7421
7422 <action name="MobileFre.SignInShown">
7423 <owner>aruslan@chromium.org</owner>
7424 <description>
7425 User was presented with the sign-in dialog during the First Run Experience.
7426 This metric is specific to Android.
7427 </description>
7428 </action>
7429
7422 <action name="MobileFreAttemptSignIn"> 7430 <action name="MobileFreAttemptSignIn">
7423 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 7431 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
7424 <description>Please enter the description of this user action.</description> 7432 <description>Please enter the description of this user action.</description>
7425 </action> 7433 </action>
7426 7434
7427 <action name="MobileFreSignInSuccessful"> 7435 <action name="MobileFreSignInSuccessful">
7428 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 7436 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
7429 <description>Please enter the description of this user action.</description> 7437 <description>Please enter the description of this user action.</description>
7430 </action> 7438 </action>
7431 7439
(...skipping 4561 matching lines...) Expand 10 before | Expand all | Expand 10 after
11993 <action name="webapps.AddShortcut.Manifest"> 12001 <action name="webapps.AddShortcut.Manifest">
11994 <owner>mlamouri@chromium.org</owner> 12002 <owner>mlamouri@chromium.org</owner>
11995 <description> 12003 <description>
11996 Shortcut added to the homescreen with a valid Manifest. This action will be 12004 Shortcut added to the homescreen with a valid Manifest. This action will be
11997 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 12005 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
11998 to keep a trend of whether the webapp also add meta tags. 12006 to keep a trend of whether the webapp also add meta tags.
11999 </description> 12007 </description>
12000 </action> 12008 </action>
12001 12009
12002 </actions> 12010 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698