| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 5fbb97d00ce130e94d966fdbfe47e48815e7f70a..a973db703dd409436de37188de0bde378684e8a6 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -43977,6 +43977,24 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="Sync.ContentLengthCompressed" units="byte">
|
| + <owner>gangwu@chromium.org</owner>
|
| + <summary>
|
| + The content size for a single HTTP/HTTPS call bewteen sync client and
|
| + server. The content is compressed by gzip.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="Sync.ContentLengthOriginal" units="byte">
|
| + <owner>gangwu@chromium.org</owner>
|
| + <summary>
|
| + The original content size for a single HTTP/HTTPS call bewteen sync client
|
| + and server. For HTTP request, it should be the size before content got
|
| + compressed. For HTTP response, it should be the size after content got
|
| + uncompressed.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="Sync.CredentialsLost" enum="BooleanCredentialsLost">
|
| <owner>zea@chromium.org</owner>
|
| <summary>
|
|
|