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

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: Enterprise Policy 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 9176 matching lines...) Expand 10 before | Expand all | Expand 10 after
9187 <action name="Options_PluginsCheckbox_Disable"> 9187 <action name="Options_PluginsCheckbox_Disable">
9188 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9188 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9189 <description>Please enter the description of this user action.</description> 9189 <description>Please enter the description of this user action.</description>
9190 </action> 9190 </action>
9191 9191
9192 <action name="Options_PluginsCheckbox_Enable"> 9192 <action name="Options_PluginsCheckbox_Enable">
9193 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9193 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9194 <description>Please enter the description of this user action.</description> 9194 <description>Please enter the description of this user action.</description>
9195 </action> 9195 </action>
9196 9196
9197 <action name="Options_RapporEnabledCheckbox_Disable">
9198 <owner>holte@chromium.org</owner>
9199 <description>Settings: Privacy: RAPPOR disabled</description>
9200 </action>
9201
9202 <action name="Options_RapporEnabledCheckbox_Enable">
9203 <owner>holte@chromium.org</owner>
9204 <description>Settings: Privacy: RAPPOR enabled</description>
9205 </action>
9206
9197 <action name="Options_ResetAutoOpenFiles"> 9207 <action name="Options_ResetAutoOpenFiles">
9198 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9208 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9199 <description>Please enter the description of this user action.</description> 9209 <description>Please enter the description of this user action.</description>
9200 </action> 9210 </action>
9201 9211
9202 <action name="Options_ResetToDefaults"> 9212 <action name="Options_ResetToDefaults">
9203 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9213 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9204 <description>Please enter the description of this user action.</description> 9214 <description>Please enter the description of this user action.</description>
9205 </action> 9215 </action>
9206 9216
(...skipping 2701 matching lines...) Expand 10 before | Expand all | Expand 10 after
11908 <action name="webapps.AddShortcut.Manifest"> 11918 <action name="webapps.AddShortcut.Manifest">
11909 <owner>mlamouri@chromium.org</owner> 11919 <owner>mlamouri@chromium.org</owner>
11910 <description> 11920 <description>
11911 Shortcut added to the homescreen with a valid Manifest. This action will be 11921 Shortcut added to the homescreen with a valid Manifest. This action will be
11912 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 11922 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
11913 to keep a trend of whether the webapp also add meta tags. 11923 to keep a trend of whether the webapp also add meta tags.
11914 </description> 11924 </description>
11915 </action> 11925 </action>
11916 11926
11917 </actions> 11927 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698