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

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

Issue 2536993002: Remove support for the keygen tag (Closed)
Patch Set: Rebased Created 3 years, 12 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. 9 and description for each user action.
10 10
(...skipping 11302 matching lines...) Expand 10 before | Expand all | Expand 10 after
11313 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 11313 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
11314 <description>Please enter the description of this user action.</description> 11314 <description>Please enter the description of this user action.</description>
11315 </action> 11315 </action>
11316 11316
11317 <action name="Options_DefaultKeygenSettingChanged"> 11317 <action name="Options_DefaultKeygenSettingChanged">
11318 <owner>rsleevi@chromium.org</owner> 11318 <owner>rsleevi@chromium.org</owner>
11319 <owner>svaldez@chromium.org</owner> 11319 <owner>svaldez@chromium.org</owner>
11320 <description> 11320 <description>
11321 Triggers when the default decision for using key generation is changed. 11321 Triggers when the default decision for using key generation is changed.
11322 </description> 11322 </description>
11323 <obsolete>Support for Keygen was removed.</obsolete>
11323 </action> 11324 </action>
11324 11325
11325 <action name="Options_DefaultMIDISysExSettingChanged"> 11326 <action name="Options_DefaultMIDISysExSettingChanged">
11326 <owner>toyoshim@chromium.org</owner> 11327 <owner>toyoshim@chromium.org</owner>
11327 <description> 11328 <description>
11328 Triggers when the default decision for Midi SysEx permissions is changed. 11329 Triggers when the default decision for Midi SysEx permissions is changed.
11329 </description> 11330 </description>
11330 </action> 11331 </action>
11331 11332
11332 <action name="Options_DefaultMediaStreamCameraSettingChanged"> 11333 <action name="Options_DefaultMediaStreamCameraSettingChanged">
(...skipping 4775 matching lines...) Expand 10 before | Expand all | Expand 10 after
16108 <action name="webapps.AddShortcut.Manifest"> 16109 <action name="webapps.AddShortcut.Manifest">
16109 <owner>mlamouri@chromium.org</owner> 16110 <owner>mlamouri@chromium.org</owner>
16110 <description> 16111 <description>
16111 Shortcut added to the homescreen with a valid Manifest. This action will be 16112 Shortcut added to the homescreen with a valid Manifest. This action will be
16112 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 16113 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
16113 to keep a trend of whether the webapp also add meta tags. 16114 to keep a trend of whether the webapp also add meta tags.
16114 </description> 16115 </description>
16115 </action> 16116 </action>
16116 16117
16117 </actions> 16118 </actions>
OLDNEW
« no previous file with comments | « third_party/WebKit/public/web/WebContentSettingsClient.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698