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

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

Issue 21168003: Add histogram for safebrowsing download ping payload size. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . 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
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 12525 matching lines...) Expand 10 before | Expand all | Expand 10 after
12536 only includes requests that are sent to the SafeBrowsing server. 12536 only includes requests that are sent to the SafeBrowsing server.
12537 </summary> 12537 </summary>
12538 </histogram> 12538 </histogram>
12539 12539
12540 <histogram name="SBClientDownload.DownloadRequestNetError" enum="NetErrorCodes"> 12540 <histogram name="SBClientDownload.DownloadRequestNetError" enum="NetErrorCodes">
12541 <summary> 12541 <summary>
12542 The net error code for all CheckClientDownloadRequest URLFetchers. 12542 The net error code for all CheckClientDownloadRequest URLFetchers.
12543 </summary> 12543 </summary>
12544 </histogram> 12544 </histogram>
12545 12545
12546 <histogram name="SBClientDownload.DownloadRequestPayloadSize" units="bytes">
12547 <summary>
12548 The size of the upload data for CheckClientDownloadRequest URLFetchers.
12549 </summary>
12550 </histogram>
12551
12546 <histogram name="SBClientDownload.DownloadRequestResponseCode"> 12552 <histogram name="SBClientDownload.DownloadRequestResponseCode">
12547 <summary> 12553 <summary>
12548 For CheckClientDownloadRequest URLFetchers with successful status, the HTTP 12554 For CheckClientDownloadRequest URLFetchers with successful status, the HTTP
12549 response code that was received. 12555 response code that was received.
12550 </summary> 12556 </summary>
12551 </histogram> 12557 </histogram>
12552 12558
12553 <histogram name="SBClientDownload.SignedBinaryDownload" 12559 <histogram name="SBClientDownload.SignedBinaryDownload"
12554 enum="SBClientDownloadIsSignedBinary"> 12560 enum="SBClientDownloadIsSignedBinary">
12555 <summary> 12561 <summary>
(...skipping 11182 matching lines...) Expand 10 before | Expand all | Expand 10 after
23738 <group name="Disabled" label="Neither extra webstore link is visible"/> 23744 <group name="Disabled" label="Neither extra webstore link is visible"/>
23739 <group name="FooterLink" label="Link in bottom right of footer"/> 23745 <group name="FooterLink" label="Link in bottom right of footer"/>
23740 <group name="PlusIcon" label="Plus icon in apps page"/> 23746 <group name="PlusIcon" label="Plus icon in apps page"/>
23741 <affected-histogram name="Extensions.AppLaunch"/> 23747 <affected-histogram name="Extensions.AppLaunch"/>
23742 <affected-histogram name="NewTabPage.DefaultPageType"/> 23748 <affected-histogram name="NewTabPage.DefaultPageType"/>
23743 </fieldtrial> 23749 </fieldtrial>
23744 23750
23745 </fieldtrials> 23751 </fieldtrials>
23746 23752
23747 </histogram-configuration> 23753 </histogram-configuration>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698