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

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

Issue 373153003: Bypass data reduction proxy when using VPN (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 5 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 2173 matching lines...) Expand 10 before | Expand all | Expand 10 after
2184 <action name="Cryptohome.PKCS11InitFail"> 2184 <action name="Cryptohome.PKCS11InitFail">
2185 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 2185 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
2186 <description>Please enter the description of this user action.</description> 2186 <description>Please enter the description of this user action.</description>
2187 </action> 2187 </action>
2188 2188
2189 <action name="Cut"> 2189 <action name="Cut">
2190 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 2190 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
2191 <description>Please enter the description of this user action.</description> 2191 <description>Please enter the description of this user action.</description>
2192 </action> 2192 </action>
2193 2193
2194 <action name="DataReductionProxy_DisabledOnVPN">
2195 <owner>bengr@chromium.org</owner>
2196 <description>
2197 Counts the number of times the data reduction proxy was disabled because the
2198 device was using a VPN.
2199 </description>
2200 </action>
2201
2202 <action name="DataReductionProxy_IPAddressChanged">
2203 <owner>bengr@chromium.org</owner>
2204 <description>
2205 Counts the number of times devices changed addresses while the data
2206 reduction proxy was enabled.
2207 </description>
2208 </action>
Ilya Sherman 2014/07/08 23:43:04 Do you need timestamps for these events? If not,
bengr 2014/07/10 18:22:40 We don't need timestamps for these events, Are you
2209
2194 <action name="DataReductionProxy_PromoDisplayed"> 2210 <action name="DataReductionProxy_PromoDisplayed">
2195 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 2211 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
2196 <description>Please enter the description of this user action.</description> 2212 <description>Please enter the description of this user action.</description>
2197 </action> 2213 </action>
2198 2214
2199 <action name="DataReductionProxy_PromoLearnMore"> 2215 <action name="DataReductionProxy_PromoLearnMore">
2200 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 2216 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
2201 <description>Please enter the description of this user action.</description> 2217 <description>Please enter the description of this user action.</description>
2202 </action> 2218 </action>
2203 2219
(...skipping 9125 matching lines...) Expand 10 before | Expand all | Expand 10 after
11329 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 11345 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
11330 <description>Please enter the description of this user action.</description> 11346 <description>Please enter the description of this user action.</description>
11331 </action> 11347 </action>
11332 11348
11333 <action name="webapps.AddShortcut.Bookmark"> 11349 <action name="webapps.AddShortcut.Bookmark">
11334 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 11350 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
11335 <description>Please enter the description of this user action.</description> 11351 <description>Please enter the description of this user action.</description>
11336 </action> 11352 </action>
11337 11353
11338 </actions> 11354 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698