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

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

Issue 1100763002: Inject CanAddURLToHistory into TopSitesImpl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@prefs
Patch Set: Fix error introduced during rebase Created 5 years, 7 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 | « tools/mb/mb_unittest.py ('k') | tools/metrics/histograms/histograms.xml » ('j') | 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. 9 and description for each user action.
10 10
(...skipping 7073 matching lines...) Expand 10 before | Expand all | Expand 10 after
7084 </action> 7084 </action>
7085 7085
7086 <action name="Launcher_LaunchTask"> 7086 <action name="Launcher_LaunchTask">
7087 <owner>bruthig@google.com</owner> 7087 <owner>bruthig@google.com</owner>
7088 <owner>tdanderson@google.com</owner> 7088 <owner>tdanderson@google.com</owner>
7089 <description> 7089 <description>
7090 Recorded when the user launches a new task from the shelf. 7090 Recorded when the user launches a new task from the shelf.
7091 </description> 7091 </description>
7092 </action> 7092 </action>
7093 7093
7094 <action name="Launcher_MinimizeTask">
7095 <owner>bruthig@google.com</owner>
7096 <owner>tdanderson@google.com</owner>
7097 <description>
7098 Recorded when the user minimizes an existing task by clicking an icon in the
7099 shelf.
7100 </description>
7101 </action>
7102
7094 <action name="Launcher_SwitchTask"> 7103 <action name="Launcher_SwitchTask">
7095 <owner>bruthig@google.com</owner> 7104 <owner>bruthig@google.com</owner>
7096 <owner>tdanderson@google.com</owner> 7105 <owner>tdanderson@google.com</owner>
7097 <description> 7106 <description>
7098 Recorded when the user activates an existing task from the shelf. 7107 Recorded when the user activates an existing task from the shelf.
7099 </description> 7108 </description>
7100 </action> 7109 </action>
7101 7110
7102 <action name="LoadURL"> 7111 <action name="LoadURL">
7103 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 7112 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
(...skipping 5121 matching lines...) Expand 10 before | Expand all | Expand 10 after
12225 <action name="webapps.AddShortcut.Manifest"> 12234 <action name="webapps.AddShortcut.Manifest">
12226 <owner>mlamouri@chromium.org</owner> 12235 <owner>mlamouri@chromium.org</owner>
12227 <description> 12236 <description>
12228 Shortcut added to the homescreen with a valid Manifest. This action will be 12237 Shortcut added to the homescreen with a valid Manifest. This action will be
12229 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 12238 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
12230 to keep a trend of whether the webapp also add meta tags. 12239 to keep a trend of whether the webapp also add meta tags.
12231 </description> 12240 </description>
12232 </action> 12241 </action>
12233 12242
12234 </actions> 12243 </actions>
OLDNEW
« no previous file with comments | « tools/mb/mb_unittest.py ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698