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

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

Issue 2772713002: Remove IDC_CREATE_SHORTCUT and its associated UI. (Closed)
Patch Set: rebase to get r462081 Created 3 years, 8 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 | « chrome/browser/web_applications/web_app_win.cc ('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 3547 matching lines...) Expand 10 before | Expand all | Expand 10 after
3558 </action> 3558 </action>
3559 3559
3560 <action name="CreateProfile"> 3560 <action name="CreateProfile">
3561 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 3561 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
3562 <description>Please enter the description of this user action.</description> 3562 <description>Please enter the description of this user action.</description>
3563 </action> 3563 </action>
3564 3564
3565 <action name="CreateShortcut"> 3565 <action name="CreateShortcut">
3566 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 3566 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
3567 <description>Please enter the description of this user action.</description> 3567 <description>Please enter the description of this user action.</description>
3568 <obsolete>Deprecated as of 04/2017 (replaced by CreateHostedApp).</obsolete>
3568 </action> 3569 </action>
3569 3570
3570 <action name="CredentialManager_AccountChooser_Accepted"> 3571 <action name="CredentialManager_AccountChooser_Accepted">
3571 <owner>vasilii@chromium.org</owner> 3572 <owner>vasilii@chromium.org</owner>
3572 <description> 3573 <description>
3573 The user chose a credential via the account chooser. 3574 The user chose a credential via the account chooser.
3574 </description> 3575 </description>
3575 </action> 3576 </action>
3576 3577
3577 <action name="CredentialManager_AccountChooser_Dismissed"> 3578 <action name="CredentialManager_AccountChooser_Dismissed">
(...skipping 13128 matching lines...) Expand 10 before | Expand all | Expand 10 after
16706 <action name="webapps.AddShortcut.Manifest"> 16707 <action name="webapps.AddShortcut.Manifest">
16707 <owner>mlamouri@chromium.org</owner> 16708 <owner>mlamouri@chromium.org</owner>
16708 <description> 16709 <description>
16709 Shortcut added to the homescreen with a valid Manifest. This action will be 16710 Shortcut added to the homescreen with a valid Manifest. This action will be
16710 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 16711 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
16711 to keep a trend of whether the webapp also add meta tags. 16712 to keep a trend of whether the webapp also add meta tags.
16712 </description> 16713 </description>
16713 </action> 16714 </action>
16714 16715
16715 </actions> 16716 </actions>
OLDNEW
« no previous file with comments | « chrome/browser/web_applications/web_app_win.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698