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

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: Rebase 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
« no previous file with comments | « components/rappor/rappor_prefs.cc ('k') | no next file » | 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 9204 matching lines...) Expand 10 before | Expand all | Expand 10 after
9215 <action name="Options_PluginsCheckbox_Disable"> 9215 <action name="Options_PluginsCheckbox_Disable">
9216 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9216 <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> 9217 <description>Please enter the description of this user action.</description>
9218 </action> 9218 </action>
9219 9219
9220 <action name="Options_PluginsCheckbox_Enable"> 9220 <action name="Options_PluginsCheckbox_Enable">
9221 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9221 <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> 9222 <description>Please enter the description of this user action.</description>
9223 </action> 9223 </action>
9224 9224
9225 <action name="Options_RapporEnabledCheckbox_Disable">
9226 <owner>holte@chromium.org</owner>
9227 <description>Settings: Privacy: RAPPOR disabled</description>
9228 </action>
9229
9230 <action name="Options_RapporEnabledCheckbox_Enable">
9231 <owner>holte@chromium.org</owner>
9232 <description>Settings: Privacy: RAPPOR enabled</description>
9233 </action>
9234
9225 <action name="Options_ResetAutoOpenFiles"> 9235 <action name="Options_ResetAutoOpenFiles">
9226 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9236 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9227 <description>Please enter the description of this user action.</description> 9237 <description>Please enter the description of this user action.</description>
9228 </action> 9238 </action>
9229 9239
9230 <action name="Options_ResetToDefaults"> 9240 <action name="Options_ResetToDefaults">
9231 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9241 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9232 <description>Please enter the description of this user action.</description> 9242 <description>Please enter the description of this user action.</description>
9233 </action> 9243 </action>
9234 9244
(...skipping 2702 matching lines...) Expand 10 before | Expand all | Expand 10 after
11937 <action name="webapps.AddShortcut.Manifest"> 11947 <action name="webapps.AddShortcut.Manifest">
11938 <owner>mlamouri@chromium.org</owner> 11948 <owner>mlamouri@chromium.org</owner>
11939 <description> 11949 <description>
11940 Shortcut added to the homescreen with a valid Manifest. This action will be 11950 Shortcut added to the homescreen with a valid Manifest. This action will be
11941 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 11951 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
11942 to keep a trend of whether the webapp also add meta tags. 11952 to keep a trend of whether the webapp also add meta tags.
11943 </description> 11953 </description>
11944 </action> 11954 </action>
11945 11955
11946 </actions> 11956 </actions>
OLDNEW
« no previous file with comments | « components/rappor/rappor_prefs.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698