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

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

Issue 886523003: Add a Rappor option in the settings page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Policy description Created 5 years, 10 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 9194 matching lines...) Expand 10 before | Expand all | Expand 10 after
9205 <action name="Options_PluginsCheckbox_Disable"> 9205 <action name="Options_PluginsCheckbox_Disable">
9206 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9206 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9207 <description>Please enter the description of this user action.</description> 9207 <description>Please enter the description of this user action.</description>
9208 </action> 9208 </action>
9209 9209
9210 <action name="Options_PluginsCheckbox_Enable"> 9210 <action name="Options_PluginsCheckbox_Enable">
9211 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9211 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9212 <description>Please enter the description of this user action.</description> 9212 <description>Please enter the description of this user action.</description>
9213 </action> 9213 </action>
9214 9214
9215 <action name="Options_RapporEnabledCheckbox_Disable">
9216 <owner>holte@chromium.org</owner>
9217 <description>Settings: Privacy: RAPPOR disabled</description>
9218 </action>
9219
9220 <action name="Options_RapporEnabledCheckbox_Enable">
9221 <owner>holte@chromium.org</owner>
9222 <description>Settings: Privacy: RAPPOR enabled</description>
9223 </action>
9224
9215 <action name="Options_ResetAutoOpenFiles"> 9225 <action name="Options_ResetAutoOpenFiles">
9216 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9226 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9217 <description>Please enter the description of this user action.</description> 9227 <description>Please enter the description of this user action.</description>
9218 </action> 9228 </action>
9219 9229
9220 <action name="Options_ResetToDefaults"> 9230 <action name="Options_ResetToDefaults">
9221 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9231 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9222 <description>Please enter the description of this user action.</description> 9232 <description>Please enter the description of this user action.</description>
9223 </action> 9233 </action>
9224 9234
(...skipping 2701 matching lines...) Expand 10 before | Expand all | Expand 10 after
11926 <action name="webapps.AddShortcut.Manifest"> 11936 <action name="webapps.AddShortcut.Manifest">
11927 <owner>mlamouri@chromium.org</owner> 11937 <owner>mlamouri@chromium.org</owner>
11928 <description> 11938 <description>
11929 Shortcut added to the homescreen with a valid Manifest. This action will be 11939 Shortcut added to the homescreen with a valid Manifest. This action will be
11930 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 11940 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
11931 to keep a trend of whether the webapp also add meta tags. 11941 to keep a trend of whether the webapp also add meta tags.
11932 </description> 11942 </description>
11933 </action> 11943 </action>
11934 11944
11935 </actions> 11945 </actions>
OLDNEW
« components/policy/resources/policy_templates.json ('K') | « components/rappor/rappor_prefs.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698