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

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: rounding third rebase 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
« no previous file with comments | « google_apis/gaia/oauth2_mint_token_flow_unittest.cc ('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 4957 matching lines...) Expand 10 before | Expand all | Expand 10 after
4968 <int value="429" label="SYNCFILESYSTEM_GETCONFLICTRESOLUTIONPOLICY"/> 4968 <int value="429" label="SYNCFILESYSTEM_GETCONFLICTRESOLUTIONPOLICY"/>
4969 <int value="430" label="NETWORKINGPRIVATE_SETPROPERTIES"/> 4969 <int value="430" label="NETWORKINGPRIVATE_SETPROPERTIES"/>
4970 <int value="431" label="NETWORKINGPRIVATE_GETSTATE"/> 4970 <int value="431" label="NETWORKINGPRIVATE_GETSTATE"/>
4971 <int value="432" label="POWER_REQUESTKEEPAWAKE"/> 4971 <int value="432" label="POWER_REQUESTKEEPAWAKE"/>
4972 <int value="433" label="POWER_RELEASEKEEPAWAKE"/> 4972 <int value="433" label="POWER_RELEASEKEEPAWAKE"/>
4973 <int value="434" label="WALLPAPERPRIVATE_SETCUSTOMWALLPAPERLAYOUT"/> 4973 <int value="434" label="WALLPAPERPRIVATE_SETCUSTOMWALLPAPERLAYOUT"/>
4974 <int value="435" label="DOWNLOADSINTERNAL_DETERMINEFILENAME"/> 4974 <int value="435" label="DOWNLOADSINTERNAL_DETERMINEFILENAME"/>
4975 <int value="436" label="SYNCFILESYSTEM_GETFILESYNCSTATUSES"/> 4975 <int value="436" label="SYNCFILESYSTEM_GETFILESYNCSTATUSES"/>
4976 <int value="437" label="MEDIAGALLERIESPRIVATE_GETHANDLERS"/> 4976 <int value="437" label="MEDIAGALLERIESPRIVATE_GETHANDLERS"/>
4977 <int value="438" label="WALLPAPERPRIVATE_RESETWALLPAPER"/> 4977 <int value="438" label="WALLPAPERPRIVATE_RESETWALLPAPER"/>
4978 <int value="439" label="EXPERIMENTAL_IDENTITY_REMOVECACHEDAUTHTOKEN"/>
4978 </enum> 4979 </enum>
4979 4980
4980 <enum name="FallbackSSLVersion" type="int"> 4981 <enum name="FallbackSSLVersion" type="int">
4981 <int value="0" label="FALLBACK_NONE">SSL version fallback did not occur.</int> 4982 <int value="0" label="FALLBACK_NONE">SSL version fallback did not occur.</int>
4982 <int value="1" label="FALLBACK_SSL3">Fell back on SSL 3.0.</int> 4983 <int value="1" label="FALLBACK_SSL3">Fell back on SSL 3.0.</int>
4983 <int value="2" label="FALLBACK_TLS1">Fell back on TLS 1.0.</int> 4984 <int value="2" label="FALLBACK_TLS1">Fell back on TLS 1.0.</int>
4984 <int value="3" label="FALLBACK_TLS1_1">Fell back on TLS 1.1.</int> 4985 <int value="3" label="FALLBACK_TLS1_1">Fell back on TLS 1.1.</int>
4985 </enum> 4986 </enum>
4986 4987
4987 <enum name="FFmpegCodecs" type="int"> 4988 <enum name="FFmpegCodecs" type="int">
(...skipping 2363 matching lines...) Expand 10 before | Expand all | Expand 10 after
7351 <fieldtrial name="SSLResumption"> 7352 <fieldtrial name="SSLResumption">
7352 <group name="Resume_Handshake" label="Session Resumption"/> 7353 <group name="Resume_Handshake" label="Session Resumption"/>
7353 <group name="Full_Handshake" label="Full"/> 7354 <group name="Full_Handshake" label="Full"/>
7354 <affected-histogram name="Net.SSL_Connection_Latency"/> 7355 <affected-histogram name="Net.SSL_Connection_Latency"/>
7355 <affected-histogram name="Net.SSL_Connection_Latency_Google"/> 7356 <affected-histogram name="Net.SSL_Connection_Latency_Google"/>
7356 </fieldtrial> 7357 </fieldtrial>
7357 7358
7358 </fieldtrials> 7359 </fieldtrials>
7359 7360
7360 </histogram-configuration> 7361 </histogram-configuration>
OLDNEW
« no previous file with comments | « google_apis/gaia/oauth2_mint_token_flow_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698