Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 12375 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 12386 </histogram> | 12386 </histogram> |
| 12387 | 12387 |
| 12388 <histogram name="SB2.UpdateSize" units="bytes"> | 12388 <histogram name="SB2.UpdateSize" units="bytes"> |
| 12389 <summary>The size of all the chunk URLs in an update response.</summary> | 12389 <summary>The size of all the chunk URLs in an update response.</summary> |
| 12390 </histogram> | 12390 </histogram> |
| 12391 | 12391 |
| 12392 <histogram name="SB2.UpdateUrls"> | 12392 <histogram name="SB2.UpdateUrls"> |
| 12393 <summary>The number of chunk URLs in an update response.</summary> | 12393 <summary>The number of chunk URLs in an update response.</summary> |
| 12394 </histogram> | 12394 </histogram> |
| 12395 | 12395 |
| 12396 <histogram name="SBClientDownload.CheckDownloadRequestNetError" | |
|
mmenke
2013/07/24 14:26:50
nit: Think the "Check" isn't needed. This is a h
mattm
2013/07/24 22:39:27
Mostly it was to sort it near the CheckDownloadSta
| |
| 12397 enum="NetErrorCodes"> | |
| 12398 <summary> | |
| 12399 For CheckClientDownloadRequest URLFetchers with failed status, the net error | |
| 12400 code. | |
| 12401 </summary> | |
| 12402 </histogram> | |
| 12403 | |
| 12404 <histogram name="SBClientDownload.CheckDownloadRequestResponseCode"> | |
| 12405 <summary> | |
| 12406 For CheckClientDownloadRequest URLFetchers with successful status, the HTTP | |
| 12407 response code that was received. | |
| 12408 </summary> | |
| 12409 </histogram> | |
| 12410 | |
| 12411 <histogram name="SBClientDownload.CheckDownloadRequestStatus" | |
| 12412 enum="URLRequestStatus"> | |
| 12413 <summary> | |
| 12414 The URLRequestStatus value for CheckClientDownloadRequest URLFetcher | |
| 12415 completion. | |
| 12416 </summary> | |
| 12417 </histogram> | |
| 12418 | |
| 12396 <histogram name="SBClientDownload.CheckDownloadStats" | 12419 <histogram name="SBClientDownload.CheckDownloadStats" |
| 12397 enum="SBClientDownloadCheckDownloadStats"> | 12420 enum="SBClientDownloadCheckDownloadStats"> |
| 12398 <summary> | 12421 <summary> |
| 12399 Records a histogram of the reason why downloads are marked as being | 12422 Records a histogram of the reason why downloads are marked as being |
| 12400 malicious or clean by the improved SafeBrowsing binary download protection. | 12423 malicious or clean by the improved SafeBrowsing binary download protection. |
| 12401 </summary> | 12424 </summary> |
| 12402 </histogram> | 12425 </histogram> |
| 12403 | 12426 |
| 12404 <histogram name="SBClientDownload.DownloadExtensions" | 12427 <histogram name="SBClientDownload.DownloadExtensions" |
| 12405 enum="SBClientDownloadExtensions"> | 12428 enum="SBClientDownloadExtensions"> |
| (...skipping 8791 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 21197 <int value="35" label="kErrorCodeOmahaUpdateIgnoredPerPolicy"/> | 21220 <int value="35" label="kErrorCodeOmahaUpdateIgnoredPerPolicy"/> |
| 21198 <int value="36" label="kErrorCodeOmahaUpdateDeferredPerPolicy"/> | 21221 <int value="36" label="kErrorCodeOmahaUpdateDeferredPerPolicy"/> |
| 21199 <int value="37" label="kErrorCodeOmahaErrorInHTTPResponse"/> | 21222 <int value="37" label="kErrorCodeOmahaErrorInHTTPResponse"/> |
| 21200 <int value="38" label="kErrorCodeDownloadOperationHashMissingError"/> | 21223 <int value="38" label="kErrorCodeDownloadOperationHashMissingError"/> |
| 21201 <int value="39" label="kErrorCodeDownloadMetadataSignatureMissingError"/> | 21224 <int value="39" label="kErrorCodeDownloadMetadataSignatureMissingError"/> |
| 21202 <int value="40" label="kErrorCodeOmahaUpdateDeferredForBackoff"/> | 21225 <int value="40" label="kErrorCodeOmahaUpdateDeferredForBackoff"/> |
| 21203 <int value="41" label="kErrorCodePostinstallPowerwashError"/> | 21226 <int value="41" label="kErrorCodePostinstallPowerwashError"/> |
| 21204 <int value="42" label="kErrorCodeUpdateCanceledByChannelChange"/> | 21227 <int value="42" label="kErrorCodeUpdateCanceledByChannelChange"/> |
| 21205 </enum> | 21228 </enum> |
| 21206 | 21229 |
| 21230 <enum name="URLRequestStatus" type="int"> | |
| 21231 <int value="0" label="SUCCESS"/> | |
| 21232 <int value="1" label="IO_PENDING"/> | |
| 21233 <int value="2" label="CANCELLED"/> | |
| 21234 <int value="3" label="FAILED"/> | |
| 21235 </enum> | |
| 21236 | |
| 21207 <enum name="UrlResolutionResult" type="int"> | 21237 <enum name="UrlResolutionResult" type="int"> |
| 21208 <int value="0" label="Absolute URL"/> | 21238 <int value="0" label="Absolute URL"/> |
| 21209 <int value="1" label="Resolutions Differ"/> | 21239 <int value="1" label="Resolutions Differ"/> |
| 21210 <int value="2" label="Resolutions Agree"/> | 21240 <int value="2" label="Resolutions Agree"/> |
| 21211 </enum> | 21241 </enum> |
| 21212 | 21242 |
| 21213 <enum name="URLSchemeForHistogram" type="int"> | 21243 <enum name="URLSchemeForHistogram" type="int"> |
| 21214 <int value="0" label="kUnknownURLScheme"/> | 21244 <int value="0" label="kUnknownURLScheme"/> |
| 21215 <int value="1" label="kMissingURLScheme"/> | 21245 <int value="1" label="kMissingURLScheme"/> |
| 21216 <int value="2" label="kHttpURLScheme"/> | 21246 <int value="2" label="kHttpURLScheme"/> |
| (...skipping 2232 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 23449 <group name="Disabled" label="Neither extra webstore link is visible"/> | 23479 <group name="Disabled" label="Neither extra webstore link is visible"/> |
| 23450 <group name="FooterLink" label="Link in bottom right of footer"/> | 23480 <group name="FooterLink" label="Link in bottom right of footer"/> |
| 23451 <group name="PlusIcon" label="Plus icon in apps page"/> | 23481 <group name="PlusIcon" label="Plus icon in apps page"/> |
| 23452 <affected-histogram name="Extensions.AppLaunch"/> | 23482 <affected-histogram name="Extensions.AppLaunch"/> |
| 23453 <affected-histogram name="NewTabPage.DefaultPageType"/> | 23483 <affected-histogram name="NewTabPage.DefaultPageType"/> |
| 23454 </fieldtrial> | 23484 </fieldtrial> |
| 23455 | 23485 |
| 23456 </fieldtrials> | 23486 </fieldtrials> |
| 23457 | 23487 |
| 23458 </histogram-configuration> | 23488 </histogram-configuration> |
| OLD | NEW |