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

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

Issue 813873005: Add field trial and flag to mark HTTP as non-secure. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Describe when the flag's counter is emitted. Created 5 years, 11 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 | « chrome/common/chrome_switches.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | 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 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
182 <action name="AboutFlags_instant-autocomplete-immediately"> 182 <action name="AboutFlags_instant-autocomplete-immediately">
183 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 183 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
184 <description>Please enter the description of this user action.</description> 184 <description>Please enter the description of this user action.</description>
185 </action> 185 </action>
186 186
187 <action name="AboutFlags_instant-type"> 187 <action name="AboutFlags_instant-type">
188 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 188 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
189 <description>Please enter the description of this user action.</description> 189 <description>Please enter the description of this user action.</description>
190 </action> 190 </action>
191 191
192 <action name="AboutFlags_mark-http-as-non-secure">
193 <owner>palmer@chromium.org</owner>
194 <owner>felt@chromium.org</owner>
195 <description>
196 This flag lets users opt into or out of marking HTTP as Dubious or as
197 Non-Secure. The counter is emitted once per startup when the flag is active.
Mark P 2015/01/08 00:06:54 nit: ^counter^action
198 </description>
199 </action>
200
192 <action name="AboutFlags_match-preview"> 201 <action name="AboutFlags_match-preview">
193 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 202 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
194 <description>Please enter the description of this user action.</description> 203 <description>Please enter the description of this user action.</description>
195 </action> 204 </action>
196 205
197 <action name="AboutFlags_my-special-feature"> 206 <action name="AboutFlags_my-special-feature">
198 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 207 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
199 <description>Please enter the description of this user action.</description> 208 <description>Please enter the description of this user action.</description>
200 </action> 209 </action>
201 210
(...skipping 11663 matching lines...) Expand 10 before | Expand all | Expand 10 after
11865 <action name="webapps.AddShortcut.Manifest"> 11874 <action name="webapps.AddShortcut.Manifest">
11866 <owner>mlamouri@chromium.org</owner> 11875 <owner>mlamouri@chromium.org</owner>
11867 <description> 11876 <description>
11868 Shortcut added to the homescreen with a valid Manifest. This action will be 11877 Shortcut added to the homescreen with a valid Manifest. This action will be
11869 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 11878 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
11870 to keep a trend of whether the webapp also add meta tags. 11879 to keep a trend of whether the webapp also add meta tags.
11871 </description> 11880 </description>
11872 </action> 11881 </action>
11873 11882
11874 </actions> 11883 </actions>
OLDNEW
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698