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

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

Issue 2245583002: Split OfflinePageSuggestions into two categories (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@offlinedismissed
Patch Set: More-buttons for the Recent Tabs and Downloads sections Created 4 years, 4 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
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 9261 matching lines...) Expand 10 before | Expand all | Expand 10 after
9272 <description> 9272 <description>
9273 The New Tab Page (NTP) was loaded or brought to foreground by the user. 9273 The New Tab Page (NTP) was loaded or brought to foreground by the user.
9274 </description> 9274 </description>
9275 </action> 9275 </action>
9276 9276
9277 <action name="MobileNTPSwitchToBookmarks"> 9277 <action name="MobileNTPSwitchToBookmarks">
9278 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9278 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9279 <description>Please enter the description of this user action.</description> 9279 <description>Please enter the description of this user action.</description>
9280 </action> 9280 </action>
9281 9281
9282 <action name="MobileNTPSwitchToDownloadManager">
9283 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9284 <description>Please enter the description of this user action.</description>
9285 </action>
9286
9282 <action name="MobileNTPSwitchToIncognito"> 9287 <action name="MobileNTPSwitchToIncognito">
9283 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9288 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9284 <description>Please enter the description of this user action.</description> 9289 <description>Please enter the description of this user action.</description>
9285 <obsolete>Deprecated as of 5/2015</obsolete> 9290 <obsolete>Deprecated as of 5/2015</obsolete>
9286 </action> 9291 </action>
9287 9292
9288 <action name="MobileNTPSwitchToMostVisited"> 9293 <action name="MobileNTPSwitchToMostVisited">
9289 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9294 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9290 <description>Please enter the description of this user action.</description> 9295 <description>Please enter the description of this user action.</description>
9291 <obsolete>Deprecated as of 5/2015</obsolete> 9296 <obsolete>Deprecated as of 5/2015</obsolete>
(...skipping 6088 matching lines...) Expand 10 before | Expand all | Expand 10 after
15380 <action name="webapps.AddShortcut.Manifest"> 15385 <action name="webapps.AddShortcut.Manifest">
15381 <owner>mlamouri@chromium.org</owner> 15386 <owner>mlamouri@chromium.org</owner>
15382 <description> 15387 <description>
15383 Shortcut added to the homescreen with a valid Manifest. This action will be 15388 Shortcut added to the homescreen with a valid Manifest. This action will be
15384 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 15389 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
15385 to keep a trend of whether the webapp also add meta tags. 15390 to keep a trend of whether the webapp also add meta tags.
15386 </description> 15391 </description>
15387 </action> 15392 </action>
15388 15393
15389 </actions> 15394 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698