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

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

Issue 2536993002: Remove support for the keygen tag (Closed)
Patch Set: Rebased Created 4 years 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 11206 matching lines...) Expand 10 before | Expand all | Expand 10 after
11217 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 11217 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
11218 <description>Please enter the description of this user action.</description> 11218 <description>Please enter the description of this user action.</description>
11219 </action> 11219 </action>
11220 11220
11221 <action name="Options_DefaultKeygenSettingChanged"> 11221 <action name="Options_DefaultKeygenSettingChanged">
11222 <owner>rsleevi@chromium.org</owner> 11222 <owner>rsleevi@chromium.org</owner>
11223 <owner>svaldez@chromium.org</owner> 11223 <owner>svaldez@chromium.org</owner>
11224 <description> 11224 <description>
11225 Triggers when the default decision for using key generation is changed. 11225 Triggers when the default decision for using key generation is changed.
11226 </description> 11226 </description>
11227 <obsolete>Support for Keygen was removed.</obsolete>
11227 </action> 11228 </action>
11228 11229
11229 <action name="Options_DefaultMIDISysExSettingChanged"> 11230 <action name="Options_DefaultMIDISysExSettingChanged">
11230 <owner>toyoshim@chromium.org</owner> 11231 <owner>toyoshim@chromium.org</owner>
11231 <description> 11232 <description>
11232 Triggers when the default decision for Midi SysEx permissions is changed. 11233 Triggers when the default decision for Midi SysEx permissions is changed.
11233 </description> 11234 </description>
11234 </action> 11235 </action>
11235 11236
11236 <action name="Options_DefaultMediaStreamCameraSettingChanged"> 11237 <action name="Options_DefaultMediaStreamCameraSettingChanged">
(...skipping 4743 matching lines...) Expand 10 before | Expand all | Expand 10 after
15980 <action name="webapps.AddShortcut.Manifest"> 15981 <action name="webapps.AddShortcut.Manifest">
15981 <owner>mlamouri@chromium.org</owner> 15982 <owner>mlamouri@chromium.org</owner>
15982 <description> 15983 <description>
15983 Shortcut added to the homescreen with a valid Manifest. This action will be 15984 Shortcut added to the homescreen with a valid Manifest. This action will be
15984 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 15985 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
15985 to keep a trend of whether the webapp also add meta tags. 15986 to keep a trend of whether the webapp also add meta tags.
15986 </description> 15987 </description>
15987 </action> 15988 </action>
15988 15989
15989 </actions> 15990 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698