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

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

Issue 690483003: Log major user interactions with the WebsiteSettings (origin info) bubble. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix indentation in switch clause. Created 6 years, 1 month 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 11419 matching lines...) Expand 10 before | Expand all | Expand 10 after
11430 </action> 11430 </action>
11431 11431
11432 <action name="WebView.WebRequest.AddListener"> 11432 <action name="WebView.WebRequest.AddListener">
11433 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 11433 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
11434 <description>Please enter the description of this user action.</description> 11434 <description>Please enter the description of this user action.</description>
11435 </action> 11435 </action>
11436 11436
11437 <action name="WebsiteSettings_CookiesDialogOpened"> 11437 <action name="WebsiteSettings_CookiesDialogOpened">
11438 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 11438 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
11439 <description>Please enter the description of this user action.</description> 11439 <description>Please enter the description of this user action.</description>
11440 <obsolete>
11441 Superseded by the WebsiteSettings.Action histogram on 2014-10-30.
11442 </obsolete>
11440 </action> 11443 </action>
11441 11444
11442 <action name="WebsiteSettings_Opened"> 11445 <action name="WebsiteSettings_Opened">
11443 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 11446 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
11444 <description>Please enter the description of this user action.</description> 11447 <description>Please enter the description of this user action.</description>
11448 <obsolete>
11449 Superseded by the WebsiteSettings.Action histogram on 2014-10-30.
11450 </obsolete>
11445 </action> 11451 </action>
11446 11452
11447 <action name="Win7ASHRestart"> 11453 <action name="Win7ASHRestart">
11448 <owner>cpu@chromium.org</owner> 11454 <owner>cpu@chromium.org</owner>
11449 <owner>ananta@chromium.org</owner> 11455 <owner>ananta@chromium.org</owner>
11450 <owner>shrikant@chromium.org</owner> 11456 <owner>shrikant@chromium.org</owner>
11451 <description>Tracks when Chrome was restarted on Win7 in Ash.</description> 11457 <description>Tracks when Chrome was restarted on Win7 in Ash.</description>
11452 </action> 11458 </action>
11453 11459
11454 <action name="Win7DesktopRestart"> 11460 <action name="Win7DesktopRestart">
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
11624 <action name="webapps.AddShortcut.Manifest"> 11630 <action name="webapps.AddShortcut.Manifest">
11625 <owner>mlamouri@chromium.org</owner> 11631 <owner>mlamouri@chromium.org</owner>
11626 <description> 11632 <description>
11627 Shortcut added to the homescreen with a valid Manifest. This action will be 11633 Shortcut added to the homescreen with a valid Manifest. This action will be
11628 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 11634 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
11629 to keep a trend of whether the webapp also add meta tags. 11635 to keep a trend of whether the webapp also add meta tags.
11630 </description> 11636 </description>
11631 </action> 11637 </action>
11632 11638
11633 </actions> 11639 </actions>
OLDNEW
« no previous file with comments | « chrome/browser/ui/website_settings/website_settings.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698