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

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

Issue 2216933003: Implement the palette help and options buttons. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@palette-delegate
Patch Set: Initial upload 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 13386 matching lines...) Expand 10 before | Expand all | Expand 10 after
13397 <action name="ShowOptions"> 13397 <action name="ShowOptions">
13398 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 13398 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
13399 <description>Please enter the description of this user action.</description> 13399 <description>Please enter the description of this user action.</description>
13400 </action> 13400 </action>
13401 13401
13402 <action name="ShowPageMenu"> 13402 <action name="ShowPageMenu">
13403 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 13403 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
13404 <description>Please enter the description of this user action.</description> 13404 <description>Please enter the description of this user action.</description>
13405 </action> 13405 </action>
13406 13406
13407 <action name="ShowPaletteOptions">
13408 <owner>jdufault@chromium.org</owner>
13409 <description>Triggered when the palette options are opened.</description>
13410 </action>
13411
13407 <action name="ShowRecentlyViewed"> 13412 <action name="ShowRecentlyViewed">
13408 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 13413 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
13409 <description>Please enter the description of this user action.</description> 13414 <description>Please enter the description of this user action.</description>
13410 </action> 13415 </action>
13411 13416
13412 <action name="ShowSections_RecentSitesDisabled"> 13417 <action name="ShowSections_RecentSitesDisabled">
13413 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 13418 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
13414 <description>Please enter the description of this user action.</description> 13419 <description>Please enter the description of this user action.</description>
13415 </action> 13420 </action>
13416 13421
(...skipping 1916 matching lines...) Expand 10 before | Expand all | Expand 10 after
15333 <action name="webapps.AddShortcut.Manifest"> 15338 <action name="webapps.AddShortcut.Manifest">
15334 <owner>mlamouri@chromium.org</owner> 15339 <owner>mlamouri@chromium.org</owner>
15335 <description> 15340 <description>
15336 Shortcut added to the homescreen with a valid Manifest. This action will be 15341 Shortcut added to the homescreen with a valid Manifest. This action will be
15337 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 15342 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
15338 to keep a trend of whether the webapp also add meta tags. 15343 to keep a trend of whether the webapp also add meta tags.
15339 </description> 15344 </description>
15340 </action> 15345 </action>
15341 15346
15342 </actions> 15347 </actions>
OLDNEW
« ash/common/system/chromeos/palette/palette_tray.cc ('K') | « chrome/common/url_constants.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698