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 10474 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
10485 </summary> | 10485 </summary> |
10486 </histogram> | 10486 </histogram> |
10487 | 10487 |
10488 <histogram name="Sync.AuthServerRejectedTokenAgeShort" units="milliseconds"> | 10488 <histogram name="Sync.AuthServerRejectedTokenAgeShort" units="milliseconds"> |
10489 <summary> | 10489 <summary> |
10490 Age of auth tokens younger than one hour that were rejected by the sync | 10490 Age of auth tokens younger than one hour that were rejected by the sync |
10491 server. Measured from the time they were created. | 10491 server. Measured from the time they were created. |
10492 </summary> | 10492 </summary> |
10493 </histogram> | 10493 </histogram> |
10494 | 10494 |
| 10495 <histogram name="Sync.RefreshTokenAvailable" enum="BooleanSuccess"> |
| 10496 <summary> |
| 10497 Whether OAuth2 refresh token was available at the time when |
| 10498 ProfileSyncService was starting backend. |
| 10499 </summary> |
| 10500 </histogram> |
| 10501 |
10495 <histogram name="Tab.RestoreResult" enum="BooleanSuccess"> | 10502 <histogram name="Tab.RestoreResult" enum="BooleanSuccess"> |
10496 <summary> | 10503 <summary> |
10497 When the browser restores a tab, whether the load was successful. Loads can | 10504 When the browser restores a tab, whether the load was successful. Loads can |
10498 fail for instance when there is no connectivity. | 10505 fail for instance when there is no connectivity. |
10499 </summary> | 10506 </summary> |
10500 </histogram> | 10507 </histogram> |
10501 | 10508 |
10502 <histogram name="Tab.RestoreTime" units="ms"> | 10509 <histogram name="Tab.RestoreTime" units="ms"> |
10503 <summary>Load time for a successful tab restore.</summary> | 10510 <summary>Load time for a successful tab restore.</summary> |
10504 </histogram> | 10511 </histogram> |
(...skipping 7898 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
18403 <group name="Disabled" label="Neither extra webstore link is visible"/> | 18410 <group name="Disabled" label="Neither extra webstore link is visible"/> |
18404 <group name="FooterLink" label="Link in bottom right of footer"/> | 18411 <group name="FooterLink" label="Link in bottom right of footer"/> |
18405 <group name="PlusIcon" label="Plus icon in apps page"/> | 18412 <group name="PlusIcon" label="Plus icon in apps page"/> |
18406 <affected-histogram name="Extensions.AppLaunch"/> | 18413 <affected-histogram name="Extensions.AppLaunch"/> |
18407 <affected-histogram name="NewTabPage.DefaultPageType"/> | 18414 <affected-histogram name="NewTabPage.DefaultPageType"/> |
18408 </fieldtrial> | 18415 </fieldtrial> |
18409 | 18416 |
18410 </fieldtrials> | 18417 </fieldtrials> |
18411 | 18418 |
18412 </histogram-configuration> | 18419 </histogram-configuration> |
OLD | NEW |