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

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

Issue 2138203002: [Signin] Add Signin_Impression_FromPasswordBubble user action for Desktops (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add user actions 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 | « chrome/browser/ui/views/passwords/manage_passwords_bubble_view.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 13340 matching lines...) Expand 10 before | Expand all | Expand 10 after
13351 <description>Recorded when showing sign in entry in the menu.</description> 13351 <description>Recorded when showing sign in entry in the menu.</description>
13352 </action> 13352 </action>
13353 13353
13354 <action name="Signin_Impression_FromNTP"> 13354 <action name="Signin_Impression_FromNTP">
13355 <owner>gogerald@chromium.org</owner> 13355 <owner>gogerald@chromium.org</owner>
13356 <description> 13356 <description>
13357 Recorded when showing sign in entry in the new tab page. 13357 Recorded when showing sign in entry in the new tab page.
13358 </description> 13358 </description>
13359 </action> 13359 </action>
13360 13360
13361 <action name="Signin_Impression_FromPasswordBubble">
13362 <owner>gogerald@chromium.org</owner>
13363 <description>
13364 Recorded when showing sign in entry in the saving password bubble.
13365 </description>
13366 </action>
13367
13361 <action name="Signin_Impression_FromRecentTabs"> 13368 <action name="Signin_Impression_FromRecentTabs">
13362 <owner>gogerald@chromium.org</owner> 13369 <owner>gogerald@chromium.org</owner>
13363 <description> 13370 <description>
13364 Recorded when showing sign in entry in the recent tabs page. 13371 Recorded when showing sign in entry in the recent tabs page.
13365 </description> 13372 </description>
13366 </action> 13373 </action>
13367 13374
13368 <action name="Signin_Impression_FromSigninPromo"> 13375 <action name="Signin_Impression_FromSigninPromo">
13369 <owner>gogerald@chromium.org</owner> 13376 <owner>gogerald@chromium.org</owner>
13370 <description> 13377 <description>
(...skipping 1684 matching lines...) Expand 10 before | Expand all | Expand 10 after
15055 <action name="webapps.AddShortcut.Manifest"> 15062 <action name="webapps.AddShortcut.Manifest">
15056 <owner>mlamouri@chromium.org</owner> 15063 <owner>mlamouri@chromium.org</owner>
15057 <description> 15064 <description>
15058 Shortcut added to the homescreen with a valid Manifest. This action will be 15065 Shortcut added to the homescreen with a valid Manifest. This action will be
15059 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 15066 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
15060 to keep a trend of whether the webapp also add meta tags. 15067 to keep a trend of whether the webapp also add meta tags.
15061 </description> 15068 </description>
15062 </action> 15069 </action>
15063 15070
15064 </actions> 15071 </actions>
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/passwords/manage_passwords_bubble_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698