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

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

Issue 2137153002: [Autofill] Implement Impression metric for signin promo in CC dropdown. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 | « components/autofill/core/browser/autofill_external_delegate_unittest.cc ('k') | 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. 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 immediately after a user takes the 10 action taken by a user. It should be logged immediately after a user takes the
(...skipping 13286 matching lines...) Expand 10 before | Expand all | Expand 10 after
13297 </description> 13297 </description>
13298 </action> 13298 </action>
13299 13299
13300 <action name="Signin_Impression_FromAppsPageLink"> 13300 <action name="Signin_Impression_FromAppsPageLink">
13301 <owner>gogerald@chromium.org</owner> 13301 <owner>gogerald@chromium.org</owner>
13302 <description> 13302 <description>
13303 Recorded when showing sign in entry in the chrome://apps page. 13303 Recorded when showing sign in entry in the chrome://apps page.
13304 </description> 13304 </description>
13305 </action> 13305 </action>
13306 13306
13307 <action name="Signin_Impression_FromAutofillDropdown">
13308 <owner>mathp@chromium.org</owner>
13309 <description>
13310 Recorded when showing sign in entry in the Autofill dropdown.
13311 </description>
13312 </action>
13313
13307 <action name="Signin_Impression_FromAvatarBubbleSignin"> 13314 <action name="Signin_Impression_FromAvatarBubbleSignin">
13308 <owner>gogerald@chromium.org</owner> 13315 <owner>gogerald@chromium.org</owner>
13309 <description> 13316 <description>
13310 Recorded when showing sign in entry in the avatar sign in bubble. 13317 Recorded when showing sign in entry in the avatar sign in bubble.
13311 </description> 13318 </description>
13312 </action> 13319 </action>
13313 13320
13314 <action name="Signin_Impression_FromBookmarkBubble"> 13321 <action name="Signin_Impression_FromBookmarkBubble">
13315 <owner>gogerald@chromium.org</owner> 13322 <owner>gogerald@chromium.org</owner>
13316 <description> 13323 <description>
(...skipping 1729 matching lines...) Expand 10 before | Expand all | Expand 10 after
15046 <action name="webapps.AddShortcut.Manifest"> 15053 <action name="webapps.AddShortcut.Manifest">
15047 <owner>mlamouri@chromium.org</owner> 15054 <owner>mlamouri@chromium.org</owner>
15048 <description> 15055 <description>
15049 Shortcut added to the homescreen with a valid Manifest. This action will be 15056 Shortcut added to the homescreen with a valid Manifest. This action will be
15050 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 15057 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
15051 to keep a trend of whether the webapp also add meta tags. 15058 to keep a trend of whether the webapp also add meta tags.
15052 </description> 15059 </description>
15053 </action> 15060 </action>
15054 15061
15055 </actions> 15062 </actions>
OLDNEW
« no previous file with comments | « components/autofill/core/browser/autofill_external_delegate_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698