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

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

Issue 14329014: Identity API: Add token cache and identity.invalidateAuthToken. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix invalidation crash and stale tokens for signed out users Created 7 years, 8 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
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 4296 matching lines...) Expand 10 before | Expand all | Expand 10 after
4307 <int value="429" label="SYNCFILESYSTEM_GETCONFLICTRESOLUTIONPOLICY"/> 4307 <int value="429" label="SYNCFILESYSTEM_GETCONFLICTRESOLUTIONPOLICY"/>
4308 <int value="430" label="NETWORKINGPRIVATE_SETPROPERTIES"/> 4308 <int value="430" label="NETWORKINGPRIVATE_SETPROPERTIES"/>
4309 <int value="431" label="NETWORKINGPRIVATE_GETSTATE"/> 4309 <int value="431" label="NETWORKINGPRIVATE_GETSTATE"/>
4310 <int value="432" label="POWER_REQUESTKEEPAWAKE"/> 4310 <int value="432" label="POWER_REQUESTKEEPAWAKE"/>
4311 <int value="433" label="POWER_RELEASEKEEPAWAKE"/> 4311 <int value="433" label="POWER_RELEASEKEEPAWAKE"/>
4312 <int value="434" label="WALLPAPERPRIVATE_SETCUSTOMWALLPAPERLAYOUT"/> 4312 <int value="434" label="WALLPAPERPRIVATE_SETCUSTOMWALLPAPERLAYOUT"/>
4313 <int value="435" label="DOWNLOADSINTERNAL_DETERMINEFILENAME"/> 4313 <int value="435" label="DOWNLOADSINTERNAL_DETERMINEFILENAME"/>
4314 <int value="436" label="SYNCFILESYSTEM_GETFILESYNCSTATUSES"/> 4314 <int value="436" label="SYNCFILESYSTEM_GETFILESYNCSTATUSES"/>
4315 <int value="437" label="MEDIAGALLERIESPRIVATE_GETHANDLERS"/> 4315 <int value="437" label="MEDIAGALLERIESPRIVATE_GETHANDLERS"/>
4316 <int value="438" label="WALLPAPERPRIVATE_RESETWALLPAPER"/> 4316 <int value="438" label="WALLPAPERPRIVATE_RESETWALLPAPER"/>
4317 <int value="439" label="EXPERIMENTAL_IDENTITY_INVALIDATEAUTHTOKEN"/>
4317 </enum> 4318 </enum>
4318 4319
4319 <enum name="FallbackSSLVersion" type="int"> 4320 <enum name="FallbackSSLVersion" type="int">
4320 <int value="0" label="FALLBACK_NONE">SSL version fallback did not occur.</int> 4321 <int value="0" label="FALLBACK_NONE">SSL version fallback did not occur.</int>
4321 <int value="1" label="FALLBACK_SSL3">Fell back on SSL 3.0.</int> 4322 <int value="1" label="FALLBACK_SSL3">Fell back on SSL 3.0.</int>
4322 <int value="2" label="FALLBACK_TLS1">Fell back on TLS 1.0.</int> 4323 <int value="2" label="FALLBACK_TLS1">Fell back on TLS 1.0.</int>
4323 <int value="3" label="FALLBACK_TLS1_1">Fell back on TLS 1.1.</int> 4324 <int value="3" label="FALLBACK_TLS1_1">Fell back on TLS 1.1.</int>
4324 </enum> 4325 </enum>
4325 4326
4326 <enum name="FtpDataConnectionError" type="int"> 4327 <enum name="FtpDataConnectionError" type="int">
(...skipping 1249 matching lines...) Expand 10 before | Expand all | Expand 10 after
5576 <fieldtrial name="SSLResumption"> 5577 <fieldtrial name="SSLResumption">
5577 <group name="Resume_Handshake" label="Session Resumption"/> 5578 <group name="Resume_Handshake" label="Session Resumption"/>
5578 <group name="Full_Handshake" label="Full"/> 5579 <group name="Full_Handshake" label="Full"/>
5579 <affected-histogram name="Net.SSL_Connection_Latency"/> 5580 <affected-histogram name="Net.SSL_Connection_Latency"/>
5580 <affected-histogram name="Net.SSL_Connection_Latency_Google"/> 5581 <affected-histogram name="Net.SSL_Connection_Latency_Google"/>
5581 </fieldtrial> 5582 </fieldtrial>
5582 5583
5583 </fieldtrials> 5584 </fieldtrials>
5584 5585
5585 </histogram-configuration> 5586 </histogram-configuration>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698