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

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

Issue 15306005: Adding location events to the histogram (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rgustafson's notes Created 7 years, 7 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/resources/google_now/background.js ('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 2013 The Chromium Authors. All rights reserved. 2 Copyright 2013 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 used to generate a comprehensive list of Chrome histograms along 8 This file is used to generate a comprehensive list of Chrome histograms along
9 with a detailed description for each histogram. 9 with a detailed description for each histogram.
10 10
(...skipping 11166 matching lines...) Expand 10 before | Expand all | Expand 10 after
11177 11177
11178 <enum name="GoogleNowEvent" type="int"> 11178 <enum name="GoogleNowEvent" type="int">
11179 <summary> 11179 <summary>
11180 Events in Google Now component extension. See var DiagnosticEvent. 11180 Events in Google Now component extension. See var DiagnosticEvent.
11181 </summary> 11181 </summary>
11182 <int value="0" label="REQUEST_FOR_CARDS_TOTAL"/> 11182 <int value="0" label="REQUEST_FOR_CARDS_TOTAL"/>
11183 <int value="1" label="REQUEST_FOR_CARDS_SUCCESS"/> 11183 <int value="1" label="REQUEST_FOR_CARDS_SUCCESS"/>
11184 <int value="2" label="CARDS_PARSE_SUCCESS"/> 11184 <int value="2" label="CARDS_PARSE_SUCCESS"/>
11185 <int value="3" label="DISMISS_REQUEST_TOTAL"/> 11185 <int value="3" label="DISMISS_REQUEST_TOTAL"/>
11186 <int value="4" label="DISMISS_REQUEST_SUCCESS"/> 11186 <int value="4" label="DISMISS_REQUEST_SUCCESS"/>
11187 <int value="5" label="LOCATION_REQUEST"/>
11188 <int value="6" label="LOCATION_UPDATE"/>
11187 </enum> 11189 </enum>
11188 11190
11189 <enum name="HttpAuthCount" type="int"> 11191 <enum name="HttpAuthCount" type="int">
11190 <int value="0" label="Basic Start"/> 11192 <int value="0" label="Basic Start"/>
11191 <int value="1" label="Basic Reject"/> 11193 <int value="1" label="Basic Reject"/>
11192 <int value="2" label="Digest Start"/> 11194 <int value="2" label="Digest Start"/>
11193 <int value="3" label="Digest Reject"/> 11195 <int value="3" label="Digest Reject"/>
11194 <int value="4" label="NTLM Start"/> 11196 <int value="4" label="NTLM Start"/>
11195 <int value="5" label="NTLM Reject"/> 11197 <int value="5" label="NTLM Reject"/>
11196 <int value="6" label="Negotiate Start"/> 11198 <int value="6" label="Negotiate Start"/>
(...skipping 4051 matching lines...) Expand 10 before | Expand all | Expand 10 after
15248 <fieldtrial name="SSLResumption"> 15250 <fieldtrial name="SSLResumption">
15249 <group name="Resume_Handshake" label="Session Resumption"/> 15251 <group name="Resume_Handshake" label="Session Resumption"/>
15250 <group name="Full_Handshake" label="Full"/> 15252 <group name="Full_Handshake" label="Full"/>
15251 <affected-histogram name="Net.SSL_Connection_Latency"/> 15253 <affected-histogram name="Net.SSL_Connection_Latency"/>
15252 <affected-histogram name="Net.SSL_Connection_Latency_Google"/> 15254 <affected-histogram name="Net.SSL_Connection_Latency_Google"/>
15253 </fieldtrial> 15255 </fieldtrial>
15254 15256
15255 </fieldtrials> 15257 </fieldtrials>
15256 15258
15257 </histogram-configuration> 15259 </histogram-configuration>
OLDNEW
« no previous file with comments | « chrome/browser/resources/google_now/background.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698