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

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

Issue 355143006: [Password Manager] Add UMA stats to track interaction with synced accounts. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | Annotate | Revision Log
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 9542 matching lines...) Expand 10 before | Expand all | Expand 10 after
9553 <action name="PasswordManager_RemovePasswordException"> 9553 <action name="PasswordManager_RemovePasswordException">
9554 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9554 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9555 <description>Please enter the description of this user action.</description> 9555 <description>Please enter the description of this user action.</description>
9556 </action> 9556 </action>
9557 9557
9558 <action name="PasswordManager_RemoveSavedPassword"> 9558 <action name="PasswordManager_RemoveSavedPassword">
9559 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9559 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9560 <description>Please enter the description of this user action.</description> 9560 <description>Please enter the description of this user action.</description>
9561 </action> 9561 </action>
9562 9562
9563 <action name="PasswordManager_SyncCredentialShown">
9564 <owner>gcasto@chromium.org</owner>
9565 <owner>vabr@chromium.org</owner>
9566 <description>
9567 Counts the number of times a user views the saved credentials for their sync
9568 account.
9569 </description>
9570 </action>
9571
9563 <action name="Paste"> 9572 <action name="Paste">
9564 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9573 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9565 <description>Please enter the description of this user action.</description> 9574 <description>Please enter the description of this user action.</description>
9566 </action> 9575 </action>
9567 9576
9568 <action name="PasteAndMatchStyle"> 9577 <action name="PasteAndMatchStyle">
9569 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9578 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9570 <description>Please enter the description of this user action.</description> 9579 <description>Please enter the description of this user action.</description>
9571 </action> 9580 </action>
9572 9581
(...skipping 1749 matching lines...) Expand 10 before | Expand all | Expand 10 after
11322 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 11331 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
11323 <description>Please enter the description of this user action.</description> 11332 <description>Please enter the description of this user action.</description>
11324 </action> 11333 </action>
11325 11334
11326 <action name="webapps.AddShortcut.Bookmark"> 11335 <action name="webapps.AddShortcut.Bookmark">
11327 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 11336 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
11328 <description>Please enter the description of this user action.</description> 11337 <description>Please enter the description of this user action.</description>
11329 </action> 11338 </action>
11330 11339
11331 </actions> 11340 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698