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

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 11268 matching lines...) Expand 10 before | Expand all | Expand 10 after
11279 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 11279 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
11280 <description>Please enter the description of this user action.</description> 11280 <description>Please enter the description of this user action.</description>
11281 </action> 11281 </action>
11282 11282
11283 <action name="Options_DefaultKeygenSettingChanged"> 11283 <action name="Options_DefaultKeygenSettingChanged">
11284 <owner>rsleevi@chromium.org</owner> 11284 <owner>rsleevi@chromium.org</owner>
11285 <owner>svaldez@chromium.org</owner> 11285 <owner>svaldez@chromium.org</owner>
11286 <description> 11286 <description>
11287 Triggers when the default decision for using key generation is changed. 11287 Triggers when the default decision for using key generation is changed.
11288 </description> 11288 </description>
11289 <obsolete>Support for Keygen was removed.</obsolete>
11289 </action> 11290 </action>
11290 11291
11291 <action name="Options_DefaultMIDISysExSettingChanged"> 11292 <action name="Options_DefaultMIDISysExSettingChanged">
11292 <owner>toyoshim@chromium.org</owner> 11293 <owner>toyoshim@chromium.org</owner>
11293 <description> 11294 <description>
11294 Triggers when the default decision for Midi SysEx permissions is changed. 11295 Triggers when the default decision for Midi SysEx permissions is changed.
11295 </description> 11296 </description>
11296 </action> 11297 </action>
11297 11298
11298 <action name="Options_DefaultMediaStreamCameraSettingChanged"> 11299 <action name="Options_DefaultMediaStreamCameraSettingChanged">
(...skipping 4775 matching lines...) Expand 10 before | Expand all | Expand 10 after
16074 <action name="webapps.AddShortcut.Manifest"> 16075 <action name="webapps.AddShortcut.Manifest">
16075 <owner>mlamouri@chromium.org</owner> 16076 <owner>mlamouri@chromium.org</owner>
16076 <description> 16077 <description>
16077 Shortcut added to the homescreen with a valid Manifest. This action will be 16078 Shortcut added to the homescreen with a valid Manifest. This action will be
16078 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 16079 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
16079 to keep a trend of whether the webapp also add meta tags. 16080 to keep a trend of whether the webapp also add meta tags.
16080 </description> 16081 </description>
16081 </action> 16082 </action>
16082 16083
16083 </actions> 16084 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698