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

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

Issue 19599012: Add detailed histograms for DownloadProtectionService URLFetcher errors. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review changes Created 7 years, 4 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/safe_browsing/download_protection_service.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 12399 matching lines...) Expand 10 before | Expand all | Expand 10 after
12410 </histogram> 12410 </histogram>
12411 12411
12412 <histogram name="SBClientDownload.DownloadRequestDuration" units="milliseconds"> 12412 <histogram name="SBClientDownload.DownloadRequestDuration" units="milliseconds">
12413 <summary> 12413 <summary>
12414 Records the total time it takes for the SafeBrowsing download service to 12414 Records the total time it takes for the SafeBrowsing download service to
12415 check whether the content of a download is malicious or not. This histogram 12415 check whether the content of a download is malicious or not. This histogram
12416 only includes requests that are sent to the SafeBrowsing server. 12416 only includes requests that are sent to the SafeBrowsing server.
12417 </summary> 12417 </summary>
12418 </histogram> 12418 </histogram>
12419 12419
12420 <histogram name="SBClientDownload.DownloadRequestNetError" enum="NetErrorCodes">
12421 <summary>
12422 The net error code for all CheckClientDownloadRequest URLFetchers.
Ilya Sherman 2013/07/25 03:30:52 nit: I'd recommend replacing "net" with "network",
mmenke 2013/07/25 03:39:18 "net" specifically refers to src/net, and the "net
12423 </summary>
12424 </histogram>
12425
12426 <histogram name="SBClientDownload.DownloadRequestResponseCode">
12427 <summary>
12428 For CheckClientDownloadRequest URLFetchers with successful status, the HTTP
12429 response code that was received.
12430 </summary>
12431 </histogram>
12432
12420 <histogram name="SBClientDownload.SignedBinaryDownload" 12433 <histogram name="SBClientDownload.SignedBinaryDownload"
12421 enum="SBClientDownloadIsSignedBinary"> 12434 enum="SBClientDownloadIsSignedBinary">
12422 <summary> 12435 <summary>
12423 Records the number of signed vs. unsigned executables that are downloaded. 12436 Records the number of signed vs. unsigned executables that are downloaded.
12424 </summary> 12437 </summary>
12425 </histogram> 12438 </histogram>
12426 12439
12427 <histogram name="SBClientDownload.SignedOrWhitelistedDownload"> 12440 <histogram name="SBClientDownload.SignedOrWhitelistedDownload">
12428 <summary> 12441 <summary>
12429 Counter which is incremented whenever an executable is downloaded which is 12442 Counter which is incremented whenever an executable is downloaded which is
(...skipping 11019 matching lines...) Expand 10 before | Expand all | Expand 10 after
23449 <group name="Disabled" label="Neither extra webstore link is visible"/> 23462 <group name="Disabled" label="Neither extra webstore link is visible"/>
23450 <group name="FooterLink" label="Link in bottom right of footer"/> 23463 <group name="FooterLink" label="Link in bottom right of footer"/>
23451 <group name="PlusIcon" label="Plus icon in apps page"/> 23464 <group name="PlusIcon" label="Plus icon in apps page"/>
23452 <affected-histogram name="Extensions.AppLaunch"/> 23465 <affected-histogram name="Extensions.AppLaunch"/>
23453 <affected-histogram name="NewTabPage.DefaultPageType"/> 23466 <affected-histogram name="NewTabPage.DefaultPageType"/>
23454 </fieldtrial> 23467 </fieldtrial>
23455 23468
23456 </fieldtrials> 23469 </fieldtrials>
23457 23470
23458 </histogram-configuration> 23471 </histogram-configuration>
OLDNEW
« no previous file with comments | « chrome/browser/safe_browsing/download_protection_service.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698