| 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 346 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 357 </histogram> | 357 </histogram> |
| 358 | 358 |
| 359 <histogram name="Autofill.UserHappiness" enum="AutofillUserHappiness"> | 359 <histogram name="Autofill.UserHappiness" enum="AutofillUserHappiness"> |
| 360 <summary> | 360 <summary> |
| 361 Measures the frequency of various events in the Autofill user interaction | 361 Measures the frequency of various events in the Autofill user interaction |
| 362 flow. By comparing frequencies, we can compute several interesting | 362 flow. By comparing frequencies, we can compute several interesting |
| 363 "user happiness" metrics. | 363 "user happiness" metrics. |
| 364 </summary> | 364 </summary> |
| 365 </histogram> | 365 </histogram> |
| 366 | 366 |
| 367 <histogram name="Cellular.ActivationFailure"> |
| 368 <summary> |
| 369 The count of cellular device activation failures (Chrome OS). |
| 370 </summary> |
| 371 </histogram> |
| 372 |
| 373 <histogram name="Cellular.ActivationTry"> |
| 374 <summary>The count of cellular device activation tries (Chrome OS).</summary> |
| 375 </histogram> |
| 376 |
| 377 <histogram name="Cellular.ConnectionFailed"> |
| 378 <summary> |
| 379 The count of cellular reconnect failures during activation (Chrome OS). |
| 380 </summary> |
| 381 </histogram> |
| 382 |
| 383 <histogram name="Cellular.ConnectionRetry"> |
| 384 <summary> |
| 385 The count of cellular device reconnect tries during activation (Chrome OS). |
| 386 </summary> |
| 387 </histogram> |
| 388 |
| 389 <histogram name="Cellular.MobileSetupFailed"> |
| 390 <summary> |
| 391 The count of successful cellular plan established (Chrome OS). |
| 392 </summary> |
| 393 </histogram> |
| 394 |
| 395 <histogram name="Cellular.MobileSetupStart"> |
| 396 <summary> |
| 397 The count of initiated cellular device setup starts (Chrome OS). |
| 398 </summary> |
| 399 </histogram> |
| 400 |
| 401 <histogram name="Cellular.MobileSetupSucceeded"> |
| 402 <summary>The count of failed cellular plan setup tries (Chrome OS).</summary> |
| 403 </histogram> |
| 404 |
| 405 <histogram name="Cellular.PaymentFailed"> |
| 406 <summary>The count of failed cellular plan purchases (Chrome OS).</summary> |
| 407 </histogram> |
| 408 |
| 409 <histogram name="Cellular.PaymentReceived"> |
| 410 <summary> |
| 411 The count of successfully completed cellular plan purchases (Chrome OS). |
| 412 </summary> |
| 413 </histogram> |
| 414 |
| 367 <histogram name="Clipboard.IncognitoUseCase" enum="ClipboardAction"> | 415 <histogram name="Clipboard.IncognitoUseCase" enum="ClipboardAction"> |
| 368 <obsolete> | 416 <obsolete> |
| 369 Deprecated as of 4/2013, experiment confirmed correctness of our patch. | 417 Deprecated as of 4/2013, experiment confirmed correctness of our patch. |
| 370 </obsolete> | 418 </obsolete> |
| 371 <summary> | 419 <summary> |
| 372 Counts how often the user writes or reads from the clipboard and whether the | 420 Counts how often the user writes or reads from the clipboard and whether the |
| 373 write was from an incognito window or not. | 421 write was from an incognito window or not. |
| 374 </summary> | 422 </summary> |
| 375 </histogram> | 423 </histogram> |
| 376 | 424 |
| (...skipping 2984 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3361 | 3409 |
| 3362 <histogram name="NetConnectivity3.StartPacket.Sent21.GotAnAck" | 3410 <histogram name="NetConnectivity3.StartPacket.Sent21.GotAnAck" |
| 3363 enum="BooleanSuccess"> | 3411 enum="BooleanSuccess"> |
| 3364 <summary/> | 3412 <summary/> |
| 3365 </histogram> | 3413 </histogram> |
| 3366 | 3414 |
| 3367 <histogram name="NetConnectivity3.StartPacket.Sent21.Success.RTT" units="ms"> | 3415 <histogram name="NetConnectivity3.StartPacket.Sent21.Success.RTT" units="ms"> |
| 3368 <summary/> | 3416 <summary/> |
| 3369 </histogram> | 3417 </histogram> |
| 3370 | 3418 |
| 3419 <histogram name="Network.3G.Gobi.Activation" units="milliseconds"> |
| 3420 <summary>The time the Gobi modem takes to complete activation.</summary> |
| 3421 </histogram> |
| 3422 |
| 3423 <histogram name="Network.3G.Gobi.Connect" units="milliseconds"> |
| 3424 <summary> |
| 3425 The time the Gobi modem takes to connect to the cellular network. |
| 3426 </summary> |
| 3427 </histogram> |
| 3428 |
| 3429 <histogram name="Network.3G.Gobi.Disconnect" units="milliseconds"> |
| 3430 <summary> |
| 3431 The time the Gobi modem takes to disconnect from the cellular network. |
| 3432 </summary> |
| 3433 </histogram> |
| 3434 |
| 3435 <histogram name="Network.3G.Gobi.FirmwareDownload.Attempts"> |
| 3436 <summary>Number of attempts taken to install Gobi firmware.</summary> |
| 3437 </histogram> |
| 3438 |
| 3439 <histogram name="Network.3G.Gobi.FirmwareDownload.Time" units="milliseconds"> |
| 3440 <summary>The time it takes to install Gobi firmware.</summary> |
| 3441 </histogram> |
| 3442 |
| 3443 <histogram name="Network.3G.Gobi.Registration" units="milliseconds"> |
| 3444 <summary> |
| 3445 The time the Gobi modem takes to register on the cellular network. |
| 3446 </summary> |
| 3447 </histogram> |
| 3448 |
| 3449 <histogram name="Network.3G.Gobi.SetPower" enum="Network3GGobiError"> |
| 3450 <summary>Errors experienced during Gobi device powerup.</summary> |
| 3451 </histogram> |
| 3452 |
| 3453 <histogram name="Network.Cellular.TimeOnline" units="seconds"> |
| 3454 <summary> |
| 3455 Chrome OS network metric sampling the time spent using Cellular to transport |
| 3456 data. These data are mostly useful when summed and compared to TimeOnline |
| 3457 for other network technologies (e.g. WiFi vs Cellular). |
| 3458 </summary> |
| 3459 </histogram> |
| 3460 |
| 3461 <histogram name="Network.Cellular.TimeToConfig" units="milliseconds"> |
| 3462 <summary> |
| 3463 Chrome OS network performance metric sampling the time to join a 3G/Cellular |
| 3464 network and configure Layer 3 state. |
| 3465 </summary> |
| 3466 </histogram> |
| 3467 |
| 3468 <histogram name="Network.Cellular.TimeToOnline" units="milliseconds"> |
| 3469 <summary> |
| 3470 Chrome OS network performance metric sampling the time to determine that a |
| 3471 3G/Cellular network is online after configuring Layer 3 state. |
| 3472 </summary> |
| 3473 </histogram> |
| 3474 |
| 3475 <histogram name="Network.Cellular.TimeToPortal" units="milliseconds"> |
| 3476 <summary> |
| 3477 Chrome OS network performance metric sampling the time to determine that a |
| 3478 3G/Cellular network is in a captive portal after configuring Layer 3 state. |
| 3479 </summary> |
| 3480 </histogram> |
| 3481 |
| 3482 <histogram name="Network.Cellular.UsageRequestStatus" |
| 3483 enum="NetworkCellularUsageRequestStatus"> |
| 3484 <summary>Chrome OS cellular usage API request status codes.</summary> |
| 3485 </histogram> |
| 3486 |
| 3487 <histogram name="Network.Ethernet.TimeOnline" units="seconds"> |
| 3488 <summary> |
| 3489 Chrome OS network metric sampling the time spent using Ethernet to transport |
| 3490 data. These data are mostly useful when summed and compared to TimeOnline |
| 3491 for other network technologies (e.g. WiFi vs Cellular). |
| 3492 </summary> |
| 3493 </histogram> |
| 3494 |
| 3495 <histogram name="Network.Ethernet.TimeToConfig" units="milliseconds"> |
| 3496 <summary> |
| 3497 Chrome OS network performance metric sampling the time to join a wired |
| 3498 Ethernet network and configure Layer 3 state (typically acquire a DHCP |
| 3499 lease). |
| 3500 </summary> |
| 3501 </histogram> |
| 3502 |
| 3503 <histogram name="Network.Ethernet.TimeToOnline" units="milliseconds"> |
| 3504 <summary> |
| 3505 Chrome OS network performance metric sampling the time to determine that an |
| 3506 Ethernet network is online after configuring Layer 3 state. |
| 3507 </summary> |
| 3508 </histogram> |
| 3509 |
| 3510 <histogram name="Network.Ethernet.TimeToPortal" units="milliseconds"> |
| 3511 <summary> |
| 3512 Chrome OS network performance metric sampling the time to determine that an |
| 3513 Ethernet network is in a captive portal after configuring Layer 3 state. |
| 3514 </summary> |
| 3515 </histogram> |
| 3516 |
| 3517 <histogram name="Network.ServiceErrors" enum="NetworkServiceError"> |
| 3518 <summary>Chrome OS connection manager service errors seen.</summary> |
| 3519 </histogram> |
| 3520 |
| 3521 <histogram name="Network.Shill.Cellular.AutoConnectTotalTime" |
| 3522 units="milliseconds"> |
| 3523 <summary> |
| 3524 Chrome OS network diagnostic metric sampling the total amount of time spent |
| 3525 from the start of the first auto-connect request until when the cellular |
| 3526 modem successfully connects to the network. |
| 3527 </summary> |
| 3528 </histogram> |
| 3529 |
| 3530 <histogram name="Network.Shill.Cellular.AutoConnectTries"> |
| 3531 <summary> |
| 3532 Chrome OS network diagnostic metric sampling the number of auto-connect |
| 3533 tries that were attempted before the cellular modem successfully connected |
| 3534 to the network. |
| 3535 </summary> |
| 3536 </histogram> |
| 3537 |
| 3538 <histogram name="Network.Shill.Cellular.Disconnect" |
| 3539 enum="NetworkDisconnectType"> |
| 3540 <summary> |
| 3541 Chrome OS network usage metric that tracks whether the cellular network was |
| 3542 disconnected due to an error or was explicitly disconnected by the user. |
| 3543 </summary> |
| 3544 </histogram> |
| 3545 |
| 3546 <histogram name="Network.Shill.Cellular.Drop" enum="NetworkCellularTechnology"> |
| 3547 <summary> |
| 3548 Chrome OS cellular network metric that tracks the number of drops based on |
| 3549 the network technology. |
| 3550 </summary> |
| 3551 </histogram> |
| 3552 |
| 3553 <histogram name="Network.Shill.Cellular.OutOfCreditsReason" |
| 3554 enum="NetworkCellularOutOfCreditsReason"> |
| 3555 <summary> |
| 3556 Chrome OS cellular network metric that tracks the number of out-of-credits |
| 3557 detected based on the cause that triggered the out-of-credits. |
| 3558 </summary> |
| 3559 </histogram> |
| 3560 |
| 3561 <histogram name="Network.Shill.Cellular.PortalAttempts"> |
| 3562 <summary> |
| 3563 Chrome OS network diagnostic metric sampling the number of portal detection |
| 3564 attempts per pass for a cellular network. This includes failure, timeout and |
| 3565 successful attempts. |
| 3566 </summary> |
| 3567 </histogram> |
| 3568 |
| 3569 <histogram name="Network.Shill.Cellular.PortalAttemptsToOnline"> |
| 3570 <summary> |
| 3571 Chrome OS network diagnostic metric sampling the total number of portal |
| 3572 detection attempts performed for a cellular network between the Connected |
| 3573 and Online state. This includes failure, timeout and successful attempts. |
| 3574 </summary> |
| 3575 </histogram> |
| 3576 |
| 3577 <histogram name="Network.Shill.Cellular.PortalResult" |
| 3578 enum="NetworkPortalResult"> |
| 3579 <summary> |
| 3580 Chrome OS network diagnostic metric sampling the result of portal detections |
| 3581 for a cellular network. |
| 3582 </summary> |
| 3583 </histogram> |
| 3584 |
| 3585 <histogram name="Network.Shill.Cellular.SignalStrengthBeforeDrop"> |
| 3586 <summary> |
| 3587 Chrome OS network metric sampling the signal strength (0-100) of the |
| 3588 cellular modem before it dropped from the network. |
| 3589 </summary> |
| 3590 </histogram> |
| 3591 |
| 3592 <histogram name="Network.Shill.Cellular.TimeOnline" units="seconds"> |
| 3593 <summary> |
| 3594 Chrome OS network metric sampling the time spent using cellular to transport |
| 3595 data. These data are mostly useful when summed and compared to TimeOnline |
| 3596 for other network technologies (e.g. WiFi vs Cellular). |
| 3597 </summary> |
| 3598 </histogram> |
| 3599 |
| 3600 <histogram name="Network.Shill.Cellular.TimeToConfig" units="milliseconds"> |
| 3601 <summary> |
| 3602 Chrome OS network performance metric sampling the time to join a cellular |
| 3603 network and configure Layer 3 state. |
| 3604 </summary> |
| 3605 </histogram> |
| 3606 |
| 3607 <histogram name="Network.Shill.Cellular.TimeToConnect" units="milliseconds"> |
| 3608 <summary> |
| 3609 Chrome OS network performance metric sampling the time to connect a cellular |
| 3610 modem. |
| 3611 </summary> |
| 3612 </histogram> |
| 3613 |
| 3614 <histogram name="Network.Shill.Cellular.TimeToDisable" units="milliseconds"> |
| 3615 <summary> |
| 3616 Chrome OS network performance metric sampling the time to disable a cellular |
| 3617 modem. |
| 3618 </summary> |
| 3619 </histogram> |
| 3620 |
| 3621 <histogram name="Network.Shill.Cellular.TimeToEnable" units="milliseconds"> |
| 3622 <summary> |
| 3623 Chrome OS network performance metric sampling the time to enable a cellular |
| 3624 modem. |
| 3625 </summary> |
| 3626 </histogram> |
| 3627 |
| 3628 <histogram name="Network.Shill.Cellular.TimeToInitialize" units="milliseconds"> |
| 3629 <summary> |
| 3630 Chrome OS network performance metric sampling the time to initialize a |
| 3631 cellular modem. |
| 3632 </summary> |
| 3633 </histogram> |
| 3634 |
| 3635 <histogram name="Network.Shill.Cellular.TimeToOnline" units="milliseconds"> |
| 3636 <summary> |
| 3637 Chrome OS network performance metric sampling the time to determine that a |
| 3638 cellular network is online after configuring Layer 3 state. |
| 3639 </summary> |
| 3640 </histogram> |
| 3641 |
| 3642 <histogram name="Network.Shill.Cellular.TimeToPortal" units="milliseconds"> |
| 3643 <summary> |
| 3644 Chrome OS network performance metric sampling the time to determine that a |
| 3645 cellular network is in a captive portal after configuring Layer 3 state. |
| 3646 </summary> |
| 3647 </histogram> |
| 3648 |
| 3649 <histogram name="Network.Shill.Cellular.TimeToScan" units="milliseconds"> |
| 3650 <summary> |
| 3651 Chrome OS network performance metric sampling the time to scan a cellular |
| 3652 network and register a modem. |
| 3653 </summary> |
| 3654 </histogram> |
| 3655 |
| 3656 <histogram name="Network.Shill.CorruptedProfile" enum="NetworkCorruptedProfile"> |
| 3657 <summary> |
| 3658 Chrome OS cellular network metric that tracks the number of corrupted |
| 3659 profiles encountered by Shill. |
| 3660 </summary> |
| 3661 </histogram> |
| 3662 |
| 3663 <histogram name="Network.Shill.Ethernet.Disconnect" |
| 3664 enum="NetworkDisconnectType"> |
| 3665 <summary> |
| 3666 Chrome OS network usage metric that tracks whether the Ethernet network was |
| 3667 disconnected due to an error or was explicitly disconnected by the user. |
| 3668 </summary> |
| 3669 </histogram> |
| 3670 |
| 3671 <histogram name="Network.Shill.Ethernet.LinkMonitorBroadcastErrorsAtFailure"> |
| 3672 <summary> |
| 3673 Chrome OS network performance metric that tracks the number of LinkMonitor |
| 3674 broadcast errors that were accrued on an Ethernet network at the time that |
| 3675 the link was declaired to be failed. |
| 3676 </summary> |
| 3677 </histogram> |
| 3678 |
| 3679 <histogram name="Network.Shill.Ethernet.LinkMonitorFailure" |
| 3680 enum="LinkMonitorFailureType"> |
| 3681 <summary> |
| 3682 Chrome OS metric that signals the type of failure the LinkMonitor |
| 3683 encountered which caused it to stop monitoring an Ethernet network. |
| 3684 </summary> |
| 3685 </histogram> |
| 3686 |
| 3687 <histogram name="Network.Shill.Ethernet.LinkMonitorResponseTimeSample" |
| 3688 units="milliseconds"> |
| 3689 <summary> |
| 3690 Chrome OS network performance metric that tracks the number of milliseconds |
| 3691 between an ARP request and a received reply on an Ethernet network. |
| 3692 </summary> |
| 3693 </histogram> |
| 3694 |
| 3695 <histogram name="Network.Shill.Ethernet.LinkMonitorSecondsToFailure" |
| 3696 units="seconds"> |
| 3697 <summary> |
| 3698 Chrome OS network performance metric that tracks the number of seconds from |
| 3699 the start of the LinkMonitor until failure on an Ethernet network. |
| 3700 </summary> |
| 3701 </histogram> |
| 3702 |
| 3703 <histogram name="Network.Shill.Ethernet.LinkMonitorUnicastErrorsAtFailure"> |
| 3704 <summary> |
| 3705 Chrome OS network performance metric that tracks the number of LinkMonitor |
| 3706 unicast errors that were accrued on an Ethernet network at the time that the |
| 3707 link was declaired to be failed. |
| 3708 </summary> |
| 3709 </histogram> |
| 3710 |
| 3711 <histogram name="Network.Shill.Ethernet.PortalAttempts"> |
| 3712 <summary> |
| 3713 Chrome OS network diagnostic metric sampling the number of portal detection |
| 3714 attempts per pass for an Ethernet network. This includes failure, timeout |
| 3715 and successful attempts. |
| 3716 </summary> |
| 3717 </histogram> |
| 3718 |
| 3719 <histogram name="Network.Shill.Ethernet.PortalAttemptsToOnline"> |
| 3720 <summary> |
| 3721 Chrome OS network diagnostic metric sampling the total number of portal |
| 3722 detection attempts performed for an Ethernet network between the Connected |
| 3723 and Online state. This includes failure, timeout and successful attempts. |
| 3724 </summary> |
| 3725 </histogram> |
| 3726 |
| 3727 <histogram name="Network.Shill.Ethernet.PortalResult" |
| 3728 enum="NetworkPortalResult"> |
| 3729 <summary> |
| 3730 Chrome OS network diagnostic metric sampling the result of portal detections |
| 3731 for an Ethernet network. |
| 3732 </summary> |
| 3733 </histogram> |
| 3734 |
| 3735 <histogram name="Network.Shill.Ethernet.TimeOnline" units="seconds"> |
| 3736 <summary> |
| 3737 Chrome OS network metric sampling the time spent using Ethernet to transport |
| 3738 data. These data are mostly useful when summed and compared to TimeOnline |
| 3739 for other network technologies (e.g. WiFi vs Cellular). |
| 3740 </summary> |
| 3741 </histogram> |
| 3742 |
| 3743 <histogram name="Network.Shill.Ethernet.TimeToConfig" units="milliseconds"> |
| 3744 <summary> |
| 3745 Chrome OS network performance metric sampling the time to join a wired |
| 3746 Ethernet network and configure Layer 3 state (typically acquire a DHCP |
| 3747 lease). |
| 3748 </summary> |
| 3749 </histogram> |
| 3750 |
| 3751 <histogram name="Network.Shill.Ethernet.TimeToInitialize" units="milliseconds"> |
| 3752 <summary> |
| 3753 Chrome OS network performance metric sampling the time to initialize an |
| 3754 Ethernet device. |
| 3755 </summary> |
| 3756 </histogram> |
| 3757 |
| 3758 <histogram name="Network.Shill.Ethernet.TimeToOnline" units="milliseconds"> |
| 3759 <summary> |
| 3760 Chrome OS network performance metric sampling the time to determine that an |
| 3761 Ethernet network is online after configuring Layer 3 state. |
| 3762 </summary> |
| 3763 </histogram> |
| 3764 |
| 3765 <histogram name="Network.Shill.Ethernet.TimeToPortal" units="milliseconds"> |
| 3766 <summary> |
| 3767 Chrome OS network performance metric sampling the time to determine that an |
| 3768 Ethernet network is in a captive portal after configuring Layer 3 state. |
| 3769 </summary> |
| 3770 </histogram> |
| 3771 |
| 3772 <histogram name="Network.Shill.ServiceErrors" enum="NetworkServiceError"> |
| 3773 <summary>Chrome OS connection manager service errors seen.</summary> |
| 3774 </histogram> |
| 3775 |
| 3776 <histogram name="Network.Shill.TerminationActionResult" |
| 3777 enum="ShillTerminationActionResult"> |
| 3778 <obsolete> |
| 3779 Deprecated 10/2012. No longer tracked. |
| 3780 </obsolete> |
| 3781 <summary> |
| 3782 Chrome OS network diagnostic metric sampling the number of termination |
| 3783 actions that successfully complete or fail when shill terminates. |
| 3784 </summary> |
| 3785 </histogram> |
| 3786 |
| 3787 <histogram name="Network.Shill.TerminationActionResult.OnSuspend" |
| 3788 enum="ShillTerminationActionResult"> |
| 3789 <summary> |
| 3790 Chrome OS network diagnostic metric sampling the number of termination |
| 3791 actions that successfully complete or fail when shill suspends. |
| 3792 </summary> |
| 3793 </histogram> |
| 3794 |
| 3795 <histogram name="Network.Shill.TerminationActionResult.OnTerminate" |
| 3796 enum="ShillTerminationActionResult"> |
| 3797 <summary> |
| 3798 Chrome OS network diagnostic metric sampling the number of termination |
| 3799 actions that successfully complete or fail when shill terminates. |
| 3800 </summary> |
| 3801 </histogram> |
| 3802 |
| 3803 <histogram name="Network.Shill.TerminationActionTime.OnSuspend" |
| 3804 units="milliseconds"> |
| 3805 <summary> |
| 3806 Chrome OS network diagnostic metric sampling the time in milliseconds it |
| 3807 takes termination actions to complete when shill suspends. |
| 3808 </summary> |
| 3809 </histogram> |
| 3810 |
| 3811 <histogram name="Network.Shill.TerminationActionTime.OnTerminate" |
| 3812 units="milliseconds"> |
| 3813 <summary> |
| 3814 Chrome OS network diagnostic metric sampling the time in milliseconds it |
| 3815 takes termination actions to complete when shill terminates. |
| 3816 </summary> |
| 3817 </histogram> |
| 3818 |
| 3819 <histogram name="Network.Shill.TimeToDrop" units="seconds"> |
| 3820 <summary> |
| 3821 Chrome OS network stability metric sampling the time in seconds between the |
| 3822 networking going online to going offline. Offline events due to device |
| 3823 shutdown or suspend are ignored (along with the online time before that |
| 3824 offline event). |
| 3825 </summary> |
| 3826 </histogram> |
| 3827 |
| 3828 <histogram name="Network.Shill.Vpn.Driver" enum="VPNDriver"> |
| 3829 <summary> |
| 3830 Chrome OS network usage metric sampled on each successful VPN connection |
| 3831 that tracks the VPN connection type. |
| 3832 </summary> |
| 3833 </histogram> |
| 3834 |
| 3835 <histogram name="Network.Shill.Vpn.RemoteAuthenticationType" |
| 3836 enum="VPNRemoteAuthenticationType"> |
| 3837 <summary> |
| 3838 Chrome OS network usage metric sampled on each successful VPN connection |
| 3839 that tracks the remote authentication method. |
| 3840 </summary> |
| 3841 </histogram> |
| 3842 |
| 3843 <histogram name="Network.Shill.VPN.TimeToConfig" units="milliseconds"> |
| 3844 <summary> |
| 3845 Chrome OS network performance metric sampling the time to configure Layer 3 |
| 3846 state on a VPN network (typically acquire a DHCP lease). |
| 3847 </summary> |
| 3848 </histogram> |
| 3849 |
| 3850 <histogram name="Network.Shill.VPN.TimeToOnline" units="milliseconds"> |
| 3851 <summary> |
| 3852 Chrome OS network performance metric sampling the time to determine that a |
| 3853 WiMax network is online after configuring Layer 3 state. |
| 3854 </summary> |
| 3855 </histogram> |
| 3856 |
| 3857 <histogram name="Network.Shill.Vpn.UserAuthenticationType" |
| 3858 enum="VPNUserAuthenticationType"> |
| 3859 <summary> |
| 3860 Chrome OS network usage metric sampled on each successful VPN connection |
| 3861 that tracks the user authentication method. |
| 3862 </summary> |
| 3863 </histogram> |
| 3864 |
| 3865 <histogram name="Network.Shill.WiFi.ApDisconnectReason" enum="WiFiReasonCode"> |
| 3866 <summary> |
| 3867 Chrome OS network usage metric. Reason code reported when the AP |
| 3868 disconnects a wifi connection. |
| 3869 </summary> |
| 3870 </histogram> |
| 3871 |
| 3872 <histogram name="Network.Shill.WiFi.ApDisconnectType" enum="WiFiStatusType"> |
| 3873 <summary> |
| 3874 Chrome OS network usage metric. Broad category of reason AP disconnected a |
| 3875 WiFi connection. |
| 3876 </summary> |
| 3877 </histogram> |
| 3878 |
| 3879 <histogram name="Network.Shill.Wifi.Channel" enum="NetworkChannelType"> |
| 3880 <summary> |
| 3881 Chrome OS network usage metric. The channel used for each successful WiFi |
| 3882 connection. |
| 3883 </summary> |
| 3884 </histogram> |
| 3885 |
| 3886 <histogram name="Network.Shill.WiFi.ClientDisconnectReason" |
| 3887 enum="WiFiReasonCode"> |
| 3888 <summary> |
| 3889 Chrome OS network usage metric. Reason code reported when the client |
| 3890 disconnects a wifi connection. |
| 3891 </summary> |
| 3892 </histogram> |
| 3893 |
| 3894 <histogram name="Network.Shill.WiFi.ClientDisconnectType" enum="WiFiStatusType"> |
| 3895 <summary> |
| 3896 Chrome OS network usage metric. Broad category of reason client |
| 3897 disconnected a WiFi connection. |
| 3898 </summary> |
| 3899 </histogram> |
| 3900 |
| 3901 <histogram name="Network.Shill.Wifi.Disconnect" enum="NetworkDisconnectType"> |
| 3902 <summary> |
| 3903 Chrome OS network usage metric that tracks whether an 802.11 wireless |
| 3904 network was disconnected due to an error or was explicitly disconnected by |
| 3905 the user. |
| 3906 </summary> |
| 3907 </histogram> |
| 3908 |
| 3909 <histogram name="Network.Shill.Wifi.EapInnerProtocol" enum="EAPInnerProtocol"> |
| 3910 <summary> |
| 3911 Chrome OS network usage metric sampled on each successful 802.1x wireless |
| 3912 connection that tracks the configured inner authentication method. |
| 3913 </summary> |
| 3914 </histogram> |
| 3915 |
| 3916 <histogram name="Network.Shill.Wifi.EapOuterProtocol" enum="EAPOuterProtocol"> |
| 3917 <summary> |
| 3918 Chrome OS network usage metric sampled on each successful 802.1x wireless |
| 3919 connection that tracks the configured outer authentication method. |
| 3920 </summary> |
| 3921 </histogram> |
| 3922 |
| 3923 <histogram name="Network.Shill.Wifi.FrequenciesConnectedEver"> |
| 3924 <summary> |
| 3925 Chrome OS network diagnostic metric sampling the number of different WiFi |
| 3926 frequencies to which the user's machine has ever connected. |
| 3927 </summary> |
| 3928 </histogram> |
| 3929 |
| 3930 <histogram name="Network.Shill.Wifi.LinkMonitorBroadcastErrorsAtFailure"> |
| 3931 <summary> |
| 3932 Chrome OS network performance metric that tracks the number of LinkMonitor |
| 3933 broadcast errors that were accrued on an 802.11 wireiless network at the |
| 3934 time that the link was declaired to be failed. |
| 3935 </summary> |
| 3936 </histogram> |
| 3937 |
| 3938 <histogram name="Network.Shill.Wifi.LinkMonitorFailure" |
| 3939 enum="LinkMonitorFailureType"> |
| 3940 <summary> |
| 3941 Chrome OS metric that signals the type of failure the LinkMonitor |
| 3942 encountered which caused it to stop monitoring an 802.11 wireless network. |
| 3943 </summary> |
| 3944 </histogram> |
| 3945 |
| 3946 <histogram name="Network.Shill.Wifi.LinkMonitorResponseTimeSample" |
| 3947 units="milliseconds"> |
| 3948 <summary> |
| 3949 Chrome OS network performance metric that tracks the number of milliseconds |
| 3950 between an ARP request and a received reply on an 802.11 wireless network. |
| 3951 </summary> |
| 3952 </histogram> |
| 3953 |
| 3954 <histogram name="Network.Shill.Wifi.LinkMonitorSecondsToFailure" |
| 3955 units="seconds"> |
| 3956 <summary> |
| 3957 Chrome OS network performance metric that tracks the number of seconds from |
| 3958 the start of the LinkMonitor until failure on an 802.11 wireless network. |
| 3959 </summary> |
| 3960 </histogram> |
| 3961 |
| 3962 <histogram name="Network.Shill.Wifi.LinkMonitorUnicastErrorsAtFailure"> |
| 3963 <summary> |
| 3964 Chrome OS network performance metric that tracks the number of LinkMonitor |
| 3965 unicast errors that were accrued on an 802.11 wireless network at the time |
| 3966 that the link was declaired to be failed. |
| 3967 </summary> |
| 3968 </histogram> |
| 3969 |
| 3970 <histogram name="Network.Shill.Wifi.PhyMode" enum="NetworkPhyModeType"> |
| 3971 <summary> |
| 3972 Chrome OS network usage metric. The channel type used for each successful |
| 3973 WiFi connection. |
| 3974 </summary> |
| 3975 </histogram> |
| 3976 |
| 3977 <histogram name="Network.Shill.Wifi.PortalAttempts"> |
| 3978 <summary> |
| 3979 Chrome OS network diagnostic metric sampling the number of portal detection |
| 3980 attempts per pass for an 802.11 wireless network. This includes failure, |
| 3981 timeout and successful attempts. |
| 3982 </summary> |
| 3983 </histogram> |
| 3984 |
| 3985 <histogram name="Network.Shill.Wifi.PortalAttemptsToOnline"> |
| 3986 <summary> |
| 3987 Chrome OS network diagnostic metric sampling the total number of portal |
| 3988 detection attempts performed for an 802.11 wireless network between the |
| 3989 Connected and Online state. This includes failure, timeout and successful |
| 3990 attempts. |
| 3991 </summary> |
| 3992 </histogram> |
| 3993 |
| 3994 <histogram name="Network.Shill.Wifi.PortalResult" enum="NetworkPortalResult"> |
| 3995 <summary> |
| 3996 Chrome OS network diagnostic metric sampling the result of portal detections |
| 3997 for an 802.11 wireless network. |
| 3998 </summary> |
| 3999 </histogram> |
| 4000 |
| 4001 <histogram name="Network.Shill.Wifi.Security" enum="NetworkSecurityType"> |
| 4002 <summary> |
| 4003 Chrome OS network usage metric. The security setting for each successful |
| 4004 WiFi connection. |
| 4005 </summary> |
| 4006 </histogram> |
| 4007 |
| 4008 <histogram name="Network.Shill.Wifi.SignalStrength" units="negative dBm"> |
| 4009 <summary> |
| 4010 Chrome OS network metric indicating the negative of the dBm received signal |
| 4011 strength recorded at the time a successful WiFi connection started. |
| 4012 </summary> |
| 4013 </histogram> |
| 4014 |
| 4015 <histogram name="Network.Shill.Wifi.TimeOnline" units="seconds"> |
| 4016 <summary> |
| 4017 Chrome OS network metric sampling the time spent using WiFi to transport |
| 4018 data. These data are mostly useful when summed and compared to TimeOnline |
| 4019 for other network technologies (e.g. WiFi vs Cellular). |
| 4020 </summary> |
| 4021 </histogram> |
| 4022 |
| 4023 <histogram name="Network.Shill.Wifi.TimeResumeToReady" units="milliseconds"> |
| 4024 <summary> |
| 4025 Chrome OS network performance metric sampling the time from the resume event |
| 4026 to the time when an 802.11 wireless network has configured its Layer 3 |
| 4027 state. |
| 4028 </summary> |
| 4029 </histogram> |
| 4030 |
| 4031 <histogram name="Network.Shill.Wifi.TimeToConfig" units="milliseconds"> |
| 4032 <summary> |
| 4033 Chrome OS network performance metric sampling the time to configure Layer 3 |
| 4034 state on an 802.11 wireless network (typically acquire a DHCP lease). |
| 4035 </summary> |
| 4036 </histogram> |
| 4037 |
| 4038 <histogram name="Network.Shill.Wifi.TimeToInitialize" units="milliseconds"> |
| 4039 <summary> |
| 4040 Chrome OS network performance metric sampling the time to initialize an |
| 4041 802.11 wireless device. |
| 4042 </summary> |
| 4043 </histogram> |
| 4044 |
| 4045 <histogram name="Network.Shill.Wifi.TimeToJoin" units="milliseconds"> |
| 4046 <summary> |
| 4047 Chrome OS network performance metric sampling the time to join (associate |
| 4048 plus authenticate) an 802.11 wireless network. |
| 4049 </summary> |
| 4050 </histogram> |
| 4051 |
| 4052 <histogram name="Network.Shill.Wifi.TimeToOnline" units="milliseconds"> |
| 4053 <summary> |
| 4054 Chrome OS network performance metric sampling the time to determine that an |
| 4055 802.11 wireless network is online after configuring Layer 3 state. |
| 4056 </summary> |
| 4057 </histogram> |
| 4058 |
| 4059 <histogram name="Network.Shill.Wifi.TimeToPortal" units="milliseconds"> |
| 4060 <summary> |
| 4061 Chrome OS network performance metric sampling the time to determine that an |
| 4062 802.11 wireless network is in a captive portal after configuring Layer 3 |
| 4063 state. |
| 4064 </summary> |
| 4065 </histogram> |
| 4066 |
| 4067 <histogram name="Network.Shill.Wifi.TimeToScan" units="milliseconds"> |
| 4068 <summary> |
| 4069 Chrome OS network performance metric sampling the time to scan WiFi until a |
| 4070 connection is found. |
| 4071 </summary> |
| 4072 </histogram> |
| 4073 |
| 4074 <histogram name="Network.Shill.WiMax.TimeToConfig" units="milliseconds"> |
| 4075 <summary> |
| 4076 Chrome OS network performance metric sampling the time to configure Layer 3 |
| 4077 state on a WiMax network (typically acquire a DHCP lease). |
| 4078 </summary> |
| 4079 </histogram> |
| 4080 |
| 4081 <histogram name="Network.Shill.WiMax.TimeToInitialize" units="milliseconds"> |
| 4082 <summary> |
| 4083 Chrome OS network performance metric sampling the time to initialize a WiMax |
| 4084 device. |
| 4085 </summary> |
| 4086 </histogram> |
| 4087 |
| 4088 <histogram name="Network.Shill.WiMax.TimeToOnline" units="milliseconds"> |
| 4089 <summary> |
| 4090 Chrome OS network performance metric sampling the time to determine that a |
| 4091 WiMax network is online after configuring Layer 3 state. |
| 4092 </summary> |
| 4093 </histogram> |
| 4094 |
| 4095 <histogram name="Network.TimeToConfig.Cellular" units="milliseconds"> |
| 4096 <summary> |
| 4097 Chrome OS network performance metric sampling the time to join a 3G/Cellular |
| 4098 network and configure Layer 3 state. Note this metric is deprecated; see |
| 4099 Network.Cellular.TimeToConfig. |
| 4100 </summary> |
| 4101 </histogram> |
| 4102 |
| 4103 <histogram name="Network.TimeToConfig.Ethernet" units="milliseconds"> |
| 4104 <summary> |
| 4105 Chrome OS network performance metric sampling the time to join a wired |
| 4106 Ethernet network and configure Layer 3 state (typically acquire a DHCP |
| 4107 lease). Note this metric is deprecated; see Network.Ethernet.TimeToConfig. |
| 4108 </summary> |
| 4109 </histogram> |
| 4110 |
| 4111 <histogram name="Network.TimeToConfig.Wifi" units="milliseconds"> |
| 4112 <summary> |
| 4113 Chrome OS network performance metric sampling the time to configure Layer 3 |
| 4114 state on an 802.11 wireless network (typically acquire a DHCP lease). Note |
| 4115 this metric is deprecated; see Network.Wifi.TimeToConfig. |
| 4116 </summary> |
| 4117 </histogram> |
| 4118 |
| 4119 <histogram name="Network.TimeToDrop" units="seconds"> |
| 4120 <summary> |
| 4121 Chrome OS network stability metric sampling the time in seconds between the |
| 4122 networking going online to going offline. Offline events due to device |
| 4123 shutdown or suspend are ignored (along with the online time before that |
| 4124 offline event). |
| 4125 </summary> |
| 4126 </histogram> |
| 4127 |
| 4128 <histogram name="Network.TimeToJoin.Wifi" units="milliseconds"> |
| 4129 <summary> |
| 4130 Chrome OS network performance metric sampling the time to join (associate |
| 4131 plus authenticate) an 802.11 wireless network. Note this metric is |
| 4132 deprecated; see Network.Wifi.TimeToJoin. |
| 4133 </summary> |
| 4134 </histogram> |
| 4135 |
| 4136 <histogram name="Network.Wifi.AuthMode" enum="NetworkAuthModeType"> |
| 4137 <summary> |
| 4138 Chrome OS network performance metric sampling the time to configure Layer 3 |
| 4139 state on an 802.11 wireless network (typically acquire a DHCP lease). |
| 4140 </summary> |
| 4141 </histogram> |
| 4142 |
| 4143 <histogram name="Network.Wifi.BitRate" units="bps"> |
| 4144 <summary> |
| 4145 Network metric reporting the download speed test results run at setup time. |
| 4146 Recorded at least once per day. |
| 4147 </summary> |
| 4148 </histogram> |
| 4149 |
| 4150 <histogram name="Network.Wifi.Channel" enum="NetworkChannelType"> |
| 4151 <summary> |
| 4152 Chrome OS network usage metric. The channel used for each successful WiFi |
| 4153 connection. |
| 4154 </summary> |
| 4155 </histogram> |
| 4156 |
| 4157 <histogram name="Network.Wifi.Idle.NoiseLevel" units="negative dBm"> |
| 4158 <summary> |
| 4159 Network metric indicating the negative of the dBm noise level recorded at |
| 4160 the time the metric is collected. Reported at least once per day and only |
| 4161 when the device is idle. |
| 4162 </summary> |
| 4163 </histogram> |
| 4164 |
| 4165 <histogram name="Network.Wifi.Idle.SignalLevel" units="negative dBm"> |
| 4166 <summary> |
| 4167 Network metric indicating the negative of the dBm received signal level |
| 4168 recorded at the time the metric is collected. Reported at least once per |
| 4169 day and only when the device is idle. |
| 4170 </summary> |
| 4171 </histogram> |
| 4172 |
| 4173 <histogram name="Network.Wifi.Idle.SignalToNoiseRatio" units="negative dBm"> |
| 4174 <summary> |
| 4175 Network metric indicating signal minus noise in dBm recorded at the time the |
| 4176 metrics is collected. Reported at least once per day and only when the |
| 4177 device is idle. |
| 4178 </summary> |
| 4179 </histogram> |
| 4180 |
| 4181 <histogram name="Network.Wifi.NoiseLevel" units="negative dBm"> |
| 4182 <summary> |
| 4183 Network metric indicating the negative of the dBm noise level recorded at |
| 4184 the time the metric is collected. Reported at least once per day. |
| 4185 </summary> |
| 4186 </histogram> |
| 4187 |
| 4188 <histogram name="Network.Wifi.PhyMode" enum="NetworkPhyModeType"> |
| 4189 <summary> |
| 4190 Chrome OS network usage metric. The channel type used for each successful |
| 4191 WiFi connection. |
| 4192 </summary> |
| 4193 </histogram> |
| 4194 |
| 4195 <histogram name="Network.Wifi.RoundTripTime" units="ms"> |
| 4196 <summary> |
| 4197 Network metric reporting the average round trip time to the wifi gateway. |
| 4198 Recorded at least once per day. |
| 4199 </summary> |
| 4200 </histogram> |
| 4201 |
| 4202 <histogram name="Network.Wifi.Security" enum="NetworkSecurityType"> |
| 4203 <summary> |
| 4204 Chrome OS network usage metric. The security setting for each successful |
| 4205 WiFi connection. |
| 4206 </summary> |
| 4207 </histogram> |
| 4208 |
| 4209 <histogram name="Network.Wifi.SignalLevel" units="negative dBm"> |
| 4210 <summary> |
| 4211 Network metric indicating the negative of the dBm received signal level |
| 4212 recorded at the time the metric is collected. Reported at least once per |
| 4213 day. |
| 4214 </summary> |
| 4215 </histogram> |
| 4216 |
| 4217 <histogram name="Network.Wifi.SignalToNoiseRatio" units="negative dBm"> |
| 4218 <summary> |
| 4219 Network metric indicating signal minus noise in dBm recorded at the time the |
| 4220 metrics is collected. Reported at least once per day. |
| 4221 </summary> |
| 4222 </histogram> |
| 4223 |
| 4224 <histogram name="Network.Wifi.TimeOnline" units="seconds"> |
| 4225 <summary> |
| 4226 Chrome OS network metric sampling the time spent using WiFi to transport |
| 4227 data. These data are mostly useful when summed and compared to TimeOnline |
| 4228 for other network technologies (e.g. WiFi vs Cellular). |
| 4229 </summary> |
| 4230 </histogram> |
| 4231 |
| 4232 <histogram name="Network.Wifi.TimeResumeToReady" units="milliseconds"> |
| 4233 <summary> |
| 4234 Chrome OS network performance metric sampling the time from the resume event |
| 4235 to the time when an 802.11 wireless network has configured its Layer 3 |
| 4236 state. |
| 4237 </summary> |
| 4238 </histogram> |
| 4239 |
| 4240 <histogram name="Network.Wifi.TimeToConfig" units="milliseconds"> |
| 4241 <summary> |
| 4242 Chrome OS network performance metric sampling the time to configure Layer 3 |
| 4243 state on an 802.11 wireless network (typically acquire a DHCP lease). |
| 4244 </summary> |
| 4245 </histogram> |
| 4246 |
| 4247 <histogram name="Network.Wifi.TimeToJoin" units="milliseconds"> |
| 4248 <summary> |
| 4249 Chrome OS network performance metric sampling the time to join (associate |
| 4250 plus authenticate) an 802.11 wireless network. |
| 4251 </summary> |
| 4252 </histogram> |
| 4253 |
| 4254 <histogram name="Network.Wifi.TimeToOnline" units="milliseconds"> |
| 4255 <summary> |
| 4256 Chrome OS network performance metric sampling the time to determine that an |
| 4257 802.11 wireless network is online after configuring Layer 3 state. |
| 4258 </summary> |
| 4259 </histogram> |
| 4260 |
| 4261 <histogram name="Network.Wifi.TimeToPortal" units="milliseconds"> |
| 4262 <summary> |
| 4263 Chrome OS network performance metric sampling the time to determine that an |
| 4264 802.11 wireless network is in a captive portal after configuring Layer 3 |
| 4265 state. |
| 4266 </summary> |
| 4267 </histogram> |
| 4268 |
| 3371 <histogram name="Omnibox.AggressiveHistoryURLProviderFieldTrialBeacon" | 4269 <histogram name="Omnibox.AggressiveHistoryURLProviderFieldTrialBeacon" |
| 3372 enum="OmniboxAggressiveHistoryURLProviderFieldTrialBeacon"> | 4270 enum="OmniboxAggressiveHistoryURLProviderFieldTrialBeacon"> |
| 3373 <obsolete> | 4271 <obsolete> |
| 3374 Aggressive HistoryURL provider field trial deleted in spring 2012. | 4272 Aggressive HistoryURL provider field trial deleted in spring 2012. |
| 3375 </obsolete> | 4273 </obsolete> |
| 3376 <summary> | 4274 <summary> |
| 3377 A number that indicates what omnibox ranking behavior the user is seeing as | 4275 A number that indicates what omnibox ranking behavior the user is seeing as |
| 3378 part of the OmniboxAggressiveHistoryURLProvider field trial | 4276 part of the OmniboxAggressiveHistoryURLProvider field trial |
| 3379 (OmniboxAggressiveHistoryURLProvider). | 4277 (OmniboxAggressiveHistoryURLProvider). |
| 3380 </summary> | 4278 </summary> |
| (...skipping 2200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5581 <enum name="DriveMetadataDBInitStatus" type="int"> | 6479 <enum name="DriveMetadataDBInitStatus" type="int"> |
| 5582 <int value="0" label="Success"/> | 6480 <int value="0" label="Success"/> |
| 5583 <int value="1" label="Not found"/> | 6481 <int value="1" label="Not found"/> |
| 5584 <int value="2" label="Corruption"/> | 6482 <int value="2" label="Corruption"/> |
| 5585 <int value="3" label="IO error"/> | 6483 <int value="3" label="IO error"/> |
| 5586 <int value="4" label="Failed to open DB for unknown reason"/> | 6484 <int value="4" label="Failed to open DB for unknown reason"/> |
| 5587 <int value="5" label="Incompatible DB format"/> | 6485 <int value="5" label="Incompatible DB format"/> |
| 5588 <int value="6" label="DB is broken"/> | 6486 <int value="6" label="DB is broken"/> |
| 5589 </enum> | 6487 </enum> |
| 5590 | 6488 |
| 6489 <enum name="EAPInnerProtocol" type="int"> |
| 6490 <int value="0" label="UNKNOWN"/> |
| 6491 <int value="1" label="NONE"/> |
| 6492 <int value="2" label="PEAP-MD5"/> |
| 6493 <int value="3" label="PEAP-MSCHAPV2"/> |
| 6494 <int value="4" label="TTLS-EAP-MD5"/> |
| 6495 <int value="5" label="TTLS-EAP-MSCHAPV2"/> |
| 6496 <int value="6" label="TTLS-MSCHAPV2"/> |
| 6497 <int value="7" label="TTLS-MSCHAP"/> |
| 6498 <int value="8" label="TTLS-PAP"/> |
| 6499 <int value="9" label="TTLS-CHAP"/> |
| 6500 </enum> |
| 6501 |
| 6502 <enum name="EAPOuterProtocol" type="int"> |
| 6503 <int value="0" label="UNKNOWN"/> |
| 6504 <int value="1" label="LEAP"/> |
| 6505 <int value="2" label="PEAP"/> |
| 6506 <int value="3" label="TLS"/> |
| 6507 <int value="4" label="TTLS"/> |
| 6508 </enum> |
| 6509 |
| 5591 <enum name="EnterprisePolicies" type="int"> | 6510 <enum name="EnterprisePolicies" type="int"> |
| 5592 <!-- Generated from ../../../chrome/app/policy/policy_templates.json --> | 6511 <!-- Generated from ../../../chrome/app/policy/policy_templates.json --> |
| 5593 | 6512 |
| 5594 <int value="1" label="Configure the home page URL"/> | 6513 <int value="1" label="Configure the home page URL"/> |
| 5595 <int value="2" label="Use New Tab Page as homepage"/> | 6514 <int value="2" label="Use New Tab Page as homepage"/> |
| 5596 <int value="3" label="Set Chrome as Default Browser"/> | 6515 <int value="3" label="Set Chrome as Default Browser"/> |
| 5597 <int value="4" label="Application locale"/> | 6516 <int value="4" label="Application locale"/> |
| 5598 <int value="5" label="Enable alternate error pages"/> | 6517 <int value="5" label="Enable alternate error pages"/> |
| 5599 <int value="6" label="Enable search suggestions"/> | 6518 <int value="6" label="Enable search suggestions"/> |
| 5600 <int value="7" label="Enable network prediction"/> | 6519 <int value="7" label="Enable network prediction"/> |
| (...skipping 1444 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 7045 <int value="11" label="CreateDir"/> | 7964 <int value="11" label="CreateDir"/> |
| 7046 <int value="12" label="DeleteDir"/> | 7965 <int value="12" label="DeleteDir"/> |
| 7047 <int value="13" label="GetFileSize"/> | 7966 <int value="13" label="GetFileSize"/> |
| 7048 <int value="14" label="Renamefile"/> | 7967 <int value="14" label="Renamefile"/> |
| 7049 <int value="15" label="LockFile"/> | 7968 <int value="15" label="LockFile"/> |
| 7050 <int value="16" label="UnlockFile"/> | 7969 <int value="16" label="UnlockFile"/> |
| 7051 <int value="17" label="GetTestDirectory"/> | 7970 <int value="17" label="GetTestDirectory"/> |
| 7052 <int value="18" label="NewLogger"/> | 7971 <int value="18" label="NewLogger"/> |
| 7053 </enum> | 7972 </enum> |
| 7054 | 7973 |
| 7974 <enum name="LinkMonitorFailureType" type="int"> |
| 7975 <int value="0" label="Local MAC Address Not Found"/> |
| 7976 <int value="1" label="Client Startup Failure"/> |
| 7977 <int value="2" label="Transmission Failure"/> |
| 7978 <int value="3" label="Failure Threshold Reached"/> |
| 7979 </enum> |
| 7980 |
| 7055 <enum name="LinuxGlibcVersion" type="int"> | 7981 <enum name="LinuxGlibcVersion" type="int"> |
| 7056 <int value="0" label="Not Parseable"/> | 7982 <int value="0" label="Not Parseable"/> |
| 7057 <int value="1" label="Unknown"/> | 7983 <int value="1" label="Unknown"/> |
| 7058 <int value="2" label="2.11"/> | 7984 <int value="2" label="2.11"/> |
| 7059 <int value="3" label="2.12"/> | 7985 <int value="3" label="2.12"/> |
| 7060 <int value="4" label="2.13"/> | 7986 <int value="4" label="2.13"/> |
| 7061 <int value="5" label="2.14"/> | 7987 <int value="5" label="2.14"/> |
| 7062 <int value="6" label="2.15"/> | 7988 <int value="6" label="2.15"/> |
| 7063 <int value="7" label="2.16"/> | 7989 <int value="7" label="2.16"/> |
| 7064 <int value="8" label="2.17"/> | 7990 <int value="8" label="2.17"/> |
| (...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 7306 <int value="1" label="non-speculative, never used"/> | 8232 <int value="1" label="non-speculative, never used"/> |
| 7307 <int value="2" label="non-speculative and used"/> | 8233 <int value="2" label="non-speculative and used"/> |
| 7308 <int value="3" label="omnibox never connected"/> | 8234 <int value="3" label="omnibox never connected"/> |
| 7309 <int value="4" label="omnibox never used"/> | 8235 <int value="4" label="omnibox never used"/> |
| 7310 <int value="5" label="omnibox and used"/> | 8236 <int value="5" label="omnibox and used"/> |
| 7311 <int value="6" label="subresource never connected"/> | 8237 <int value="6" label="subresource never connected"/> |
| 7312 <int value="7" label="subresource never used"/> | 8238 <int value="7" label="subresource never used"/> |
| 7313 <int value="8" label="subresource and used"/> | 8239 <int value="8" label="subresource and used"/> |
| 7314 </enum> | 8240 </enum> |
| 7315 | 8241 |
| 8242 <enum name="Network3GGobiError" type="int"> |
| 8243 <summary> |
| 8244 These error indexes are produced by QCErrorToMetricIndex() in |
| 8245 gobi-cromo-plugin. |
| 8246 </summary> |
| 8247 <int value="0" label="NONE"/> |
| 8248 <int value="1" label="QMI_HARDWARE_RESTRICTED"/> |
| 8249 </enum> |
| 8250 |
| 8251 <enum name="NetworkAuthModeType" type="int"> |
| 8252 <int value="0" label="UNKNOWN"/> |
| 8253 <int value="1" label="EAP-AKA"/> |
| 8254 <int value="2" label="EAP-FAST"/> |
| 8255 <int value="3" label="EAP-GPSK"/> |
| 8256 <int value="4" label="EAP-GTC"/> |
| 8257 <int value="5" label="EAP-IKEV2"/> |
| 8258 <int value="6" label="EAP-LEAP"/> |
| 8259 <int value="7" label="EAP-MD5"/> |
| 8260 <int value="8" label="EAP-MSCHAPV2"/> |
| 8261 <int value="9" label="EAP-OTP"/> |
| 8262 <int value="10" label="EAP-PAX"/> |
| 8263 <int value="11" label="EAP-PEAP"/> |
| 8264 <int value="12" label="EAP-PSK"/> |
| 8265 <int value="13" label="EAP-SAKE"/> |
| 8266 <int value="14" label="EAP-SIM"/> |
| 8267 <int value="15" label="EAP-TLS"/> |
| 8268 <int value="16" label="EAP-TNC"/> |
| 8269 <int value="17" label="EAP-TTLS"/> |
| 8270 </enum> |
| 8271 |
| 8272 <enum name="NetworkCellularOutOfCreditsReason" type="int"> |
| 8273 <int value="0" label="Connect-Disconnect Loop"/> |
| 8274 <int value="1" label="TX-Queue Congestion"/> |
| 8275 <int value="2" label="Elongated Time Wait"/> |
| 8276 </enum> |
| 8277 |
| 8278 <enum name="NetworkCellularTechnology" type="int"> |
| 8279 <int value="0" label="1XRTT"/> |
| 8280 <int value="1" label="EDGE"/> |
| 8281 <int value="2" label="EVDO"/> |
| 8282 <int value="3" label="GPRS"/> |
| 8283 <int value="4" label="GSM"/> |
| 8284 <int value="5" label="HSPA"/> |
| 8285 <int value="6" label="HSPA_PLUS"/> |
| 8286 <int value="7" label="LTE"/> |
| 8287 <int value="8" label="UMTS"/> |
| 8288 <int value="9" label="Unknown"/> |
| 8289 </enum> |
| 8290 |
| 8291 <enum name="NetworkCellularUsageRequestStatus" type="int"> |
| 8292 <summary> |
| 8293 Status code that we received in response to a cellular usage API request. |
| 8294 </summary> |
| 8295 <int value="0" label="Failed"> |
| 8296 This value is distinct from the others in that it indicates that we were |
| 8297 unable to issue a request or that we received no reply. The other values |
| 8298 represent the status code contained in a reply. |
| 8299 </int> |
| 8300 <int value="1" label="Ok"/> |
| 8301 <int value="2" label="Error"/> |
| 8302 <int value="3" label="Malformed Request"/> |
| 8303 <int value="4" label="Internal Error"/> |
| 8304 <int value="5" label="Service Unavailable"/> |
| 8305 <int value="6" label="Request Refused"/> |
| 8306 <int value="7" label="Unknown Device"/> |
| 8307 </enum> |
| 8308 |
| 8309 <enum name="NetworkChannelType" type="int"> |
| 8310 <int value="0" label="UNDEF"/> |
| 8311 <int value="1" label="2412"/> |
| 8312 <int value="2" label="2417"/> |
| 8313 <int value="3" label="2422"/> |
| 8314 <int value="4" label="2427"/> |
| 8315 <int value="5" label="2432"/> |
| 8316 <int value="6" label="2437"/> |
| 8317 <int value="7" label="2442"/> |
| 8318 <int value="8" label="2447"/> |
| 8319 <int value="9" label="2452"/> |
| 8320 <int value="10" label="2457"/> |
| 8321 <int value="11" label="2462"/> |
| 8322 <int value="12" label="2467"/> |
| 8323 <int value="13" label="2472"/> |
| 8324 <int value="14" label="2484"/> |
| 8325 <int value="15" label="5180"/> |
| 8326 <int value="16" label="5200"/> |
| 8327 <int value="17" label="5220"/> |
| 8328 <int value="18" label="5240"/> |
| 8329 <int value="19" label="5260"/> |
| 8330 <int value="20" label="5280"/> |
| 8331 <int value="21" label="5300"/> |
| 8332 <int value="22" label="5320"/> |
| 8333 <int value="23" label="5500"/> |
| 8334 <int value="24" label="5520"/> |
| 8335 <int value="25" label="5540"/> |
| 8336 <int value="26" label="5560"/> |
| 8337 <int value="27" label="5580"/> |
| 8338 <int value="28" label="5600"/> |
| 8339 <int value="29" label="5620"/> |
| 8340 <int value="30" label="5640"/> |
| 8341 <int value="31" label="5660"/> |
| 8342 <int value="32" label="5680"/> |
| 8343 <int value="33" label="5700"/> |
| 8344 <int value="34" label="5745"/> |
| 8345 <int value="35" label="5765"/> |
| 8346 <int value="36" label="5785"/> |
| 8347 <int value="37" label="5805"/> |
| 8348 <int value="38" label="5825"/> |
| 8349 <int value="39" label="5170"/> |
| 8350 <int value="40" label="5190"/> |
| 8351 <int value="41" label="5210"/> |
| 8352 <int value="42" label="5230"/> |
| 8353 </enum> |
| 8354 |
| 8355 <enum name="NetworkCorruptedProfile" type="int"> |
| 8356 <int value="0" label="Corrupted Profile"/> |
| 8357 </enum> |
| 8358 |
| 8359 <enum name="NetworkDisconnectType" type="int"> |
| 8360 <int value="0" label="System Disconnect"/> |
| 8361 <int value="1" label="User Disconnect"/> |
| 8362 </enum> |
| 8363 |
| 8364 <enum name="NetworkPhyModeType" type="int"> |
| 8365 <int value="0" label="UNDEF"/> |
| 8366 <int value="1" label="802.11a"/> |
| 8367 <int value="2" label="802.11b"/> |
| 8368 <int value="3" label="802.11g"/> |
| 8369 <int value="4" label="802.11n"/> |
| 8370 <int value="5" label="PSB 10MHz-wide"/> |
| 8371 <int value="6" label="PSB 5MHz-wide"/> |
| 8372 </enum> |
| 8373 |
| 8374 <enum name="NetworkPortalResult" type="int"> |
| 8375 <summary> |
| 8376 The portal result types come from PortalResult in shill/metrics.h |
| 8377 </summary> |
| 8378 <int value="0" label="Success"/> |
| 8379 <int value="1" label="DNS Failure"/> |
| 8380 <int value="2" label="DNS Timeout"/> |
| 8381 <int value="3" label="Connection Failure"/> |
| 8382 <int value="4" label="Connection Timeout"/> |
| 8383 <int value="5" label="HTTP Failure"/> |
| 8384 <int value="6" label="HTTP Timeout"/> |
| 8385 <int value="7" label="Content Failure"/> |
| 8386 <int value="8" label="Content Timeout"/> |
| 8387 <int value="9" label="Unknown"/> |
| 8388 </enum> |
| 8389 |
| 8390 <enum name="NetworkSecurityType" type="int"> |
| 8391 <summary> |
| 8392 The security types come from the connman_service_security enum in |
| 8393 flimflam/include/service.h |
| 8394 </summary> |
| 8395 <int value="0" label="UNKNOWN"/> |
| 8396 <int value="1" label="NONE"/> |
| 8397 <int value="2" label="WEP"/> |
| 8398 <int value="3" label="WPA"/> |
| 8399 <int value="4" label="802.11i/RSN"/> |
| 8400 <int value="5" label="802.1x"/> |
| 8401 <int value="6" label="PSK"/> |
| 8402 </enum> |
| 8403 |
| 8404 <enum name="NetworkServiceError" type="int"> |
| 8405 <summary> |
| 8406 The error types come from the connman_service_error enum in |
| 8407 flimflam/include/service.h |
| 8408 </summary> |
| 8409 <int value="0" label="UNKNOWN"/> |
| 8410 <int value="1" label="OUT_OF_RANGE"/> |
| 8411 <int value="2" label="PIN_MISSING"/> |
| 8412 <int value="3" label="DHCP_FAILED"/> |
| 8413 <int value="4" label="CONNECT_FAILED"/> |
| 8414 <int value="5" label="BAD_PASSPHRASE"/> |
| 8415 <int value="6" label="BAD_WEPKEY"/> |
| 8416 <int value="7" label="ACTIVATION_FAILED"/> |
| 8417 <int value="8" label="NEED_EVDO"/> |
| 8418 <int value="9" label="NEED_HOME_NETWORK"/> |
| 8419 <int value="10" label="OTASP_FAILED"/> |
| 8420 <int value="11" label="AAA_FAILED"/> |
| 8421 <int value="12" label="INTERNAL"/> |
| 8422 <int value="13" label="DNS_LOOKUP_FAILED"/> |
| 8423 <int value="14" label="HTTP_GET_FAILED"/> |
| 8424 </enum> |
| 8425 |
| 7316 <enum name="OmniboxAggressiveHistoryURLProviderFieldTrialBeacon" type="int"> | 8426 <enum name="OmniboxAggressiveHistoryURLProviderFieldTrialBeacon" type="int"> |
| 7317 <int value="0" label="disabled by flags"/> | 8427 <int value="0" label="disabled by flags"/> |
| 7318 <int value="1" label="enabled by flags"/> | 8428 <int value="1" label="enabled by flags"/> |
| 7319 <int value="2" label="auto, not in trial"/> | 8429 <int value="2" label="auto, not in trial"/> |
| 7320 <int value="3" label="auto, disabled in trial"/> | 8430 <int value="3" label="auto, disabled in trial"/> |
| 7321 <int value="4" label="auto, enabled in trial"/> | 8431 <int value="4" label="auto, enabled in trial"/> |
| 7322 </enum> | 8432 </enum> |
| 7323 | 8433 |
| 7324 <enum name="OmniboxEnteredKeywordMode" type="int"> | 8434 <enum name="OmniboxEnteredKeywordMode" type="int"> |
| 7325 <int value="0" label="via tab"/> | 8435 <int value="0" label="via tab"/> |
| (...skipping 496 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 7822 | 8932 |
| 7823 <enum name="SBClientPhishingScorerCreationStatus" type="int"> | 8933 <enum name="SBClientPhishingScorerCreationStatus" type="int"> |
| 7824 <int value="0" label="SUCCESS"/> | 8934 <int value="0" label="SUCCESS"/> |
| 7825 <int value="1" label="MODEL_OPEN_FAIL"/> | 8935 <int value="1" label="MODEL_OPEN_FAIL"/> |
| 7826 <int value="2" label="MODEL_FILE_EMPTY"/> | 8936 <int value="2" label="MODEL_FILE_EMPTY"/> |
| 7827 <int value="3" label="MODEL_FILE_TOO_LARGE"/> | 8937 <int value="3" label="MODEL_FILE_TOO_LARGE"/> |
| 7828 <int value="4" label="MODEL_PARSE_ERROR"/> | 8938 <int value="4" label="MODEL_PARSE_ERROR"/> |
| 7829 <int value="5" label="MODEL_MISSING_FIELDS"/> | 8939 <int value="5" label="MODEL_MISSING_FIELDS"/> |
| 7830 </enum> | 8940 </enum> |
| 7831 | 8941 |
| 8942 <enum name="ShillTerminationActionResult" type="int"> |
| 8943 <summary> |
| 8944 The termination action result types come from TerminationActionResult in |
| 8945 shill/metrics.h |
| 8946 </summary> |
| 8947 <int value="0" label="Success"/> |
| 8948 <int value="1" label="Failure"/> |
| 8949 </enum> |
| 8950 |
| 7832 <enum name="SocketStreamConnectionType" type="int"> | 8951 <enum name="SocketStreamConnectionType" type="int"> |
| 7833 <int value="0" label="none"/> | 8952 <int value="0" label="none"/> |
| 7834 <int value="1" label="all connections"/> | 8953 <int value="1" label="all connections"/> |
| 7835 <int value="2" label="tunnel connections"/> | 8954 <int value="2" label="tunnel connections"/> |
| 7836 <int value="3" label="socks connections"/> | 8955 <int value="3" label="socks connections"/> |
| 7837 <int value="4" label="ssl connections"/> | 8956 <int value="4" label="ssl connections"/> |
| 7838 </enum> | 8957 </enum> |
| 7839 | 8958 |
| 7840 <enum name="SocketStreamProtocolType" type="int"> | 8959 <enum name="SocketStreamProtocolType" type="int"> |
| 7841 <int value="0" label="unknown"/> | 8960 <int value="0" label="unknown"/> |
| (...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 8024 <int value="41" label=".rtf"/> | 9143 <int value="41" label=".rtf"/> |
| 8025 <int value="42" label=".wav"/> | 9144 <int value="42" label=".wav"/> |
| 8026 <int value="43" label=".webm"/> | 9145 <int value="43" label=".webm"/> |
| 8027 <int value="44" label=".webp"/> | 9146 <int value="44" label=".webp"/> |
| 8028 <int value="45" label=".wma"/> | 9147 <int value="45" label=".wma"/> |
| 8029 <int value="46" label=".wmv"/> | 9148 <int value="46" label=".wmv"/> |
| 8030 <int value="47" label=".xls"/> | 9149 <int value="47" label=".xls"/> |
| 8031 <int value="48" label=".xlsx"/> | 9150 <int value="48" label=".xlsx"/> |
| 8032 </enum> | 9151 </enum> |
| 8033 | 9152 |
| 9153 <enum name="VPNDriver" type="int"> |
| 9154 <int value="0" label="OpenVPN"/> |
| 9155 <int value="1" label="L2TP/IPSec"/> |
| 9156 </enum> |
| 9157 |
| 9158 <enum name="VPNRemoteAuthenticationType" type="int"> |
| 9159 <int value="0" label="OpenVPN Default"/> |
| 9160 <int value="1" label="OpenVPN Certificate"/> |
| 9161 <int value="2" label="L2TP/IPSec Default"/> |
| 9162 <int value="3" label="L2TP/IPSec Certificate"/> |
| 9163 <int value="4" label="L2TP/IPSec PSK"/> |
| 9164 </enum> |
| 9165 |
| 9166 <enum name="VPNUserAuthenticationType" type="int"> |
| 9167 <int value="0" label="OpenVPN None"/> |
| 9168 <int value="1" label="OpenVPN Certificate"/> |
| 9169 <int value="2" label="OpenVPN Username/Password"/> |
| 9170 <int value="3" label="OpenVPN Username/Password/OTP"/> |
| 9171 <int value="4" label="L2TP/IPSec None"/> |
| 9172 <int value="5" label="L2TP/IPSec Certificate"/> |
| 9173 <int value="6" label="L2TP/IPSec Username/Password"/> |
| 9174 </enum> |
| 9175 |
| 8034 <enum name="WalletErrors" type="int"> | 9176 <enum name="WalletErrors" type="int"> |
| 8035 <int value="0" label="Baseline: Issued request"/> | 9177 <int value="0" label="Baseline: Issued request"/> |
| 8036 <int value="1" label="Fatal error (deprecated)"/> | 9178 <int value="1" label="Fatal error (deprecated)"/> |
| 8037 <int value="2" label="Malformed response"/> | 9179 <int value="2" label="Malformed response"/> |
| 8038 <int value="3" label="Network error"/> | 9180 <int value="3" label="Network error"/> |
| 8039 <int value="4" label="Bad request"/> | 9181 <int value="4" label="Bad request"/> |
| 8040 <int value="5" label="Internal error"/> | 9182 <int value="5" label="Internal error"/> |
| 8041 <int value="6" label="Invalid params"/> | 9183 <int value="6" label="Invalid params"/> |
| 8042 <int value="7" label="Service unavailable"/> | 9184 <int value="7" label="Service unavailable"/> |
| 8043 <int value="8" label="Spending limit exceeded"/> | 9185 <int value="8" label="Spending limit exceeded"/> |
| 8044 <int value="9" label="Unsupported API version"/> | 9186 <int value="9" label="Unsupported API version"/> |
| 8045 <int value="10" label="Unknown error"/> | 9187 <int value="10" label="Unknown error"/> |
| 8046 </enum> | 9188 </enum> |
| 8047 | 9189 |
| 8048 <enum name="WalletRequiredActions" type="int"> | 9190 <enum name="WalletRequiredActions" type="int"> |
| 8049 <int value="0" label="Baseline: Issued request"/> | 9191 <int value="0" label="Baseline: Issued request"/> |
| 8050 <int value="1" label="Unknown"/> | 9192 <int value="1" label="Unknown"/> |
| 8051 <int value="2" label="GAIA auth"/> | 9193 <int value="2" label="GAIA auth"/> |
| 8052 <int value="3" label="Passive GAIA auth"/> | 9194 <int value="3" label="Passive GAIA auth"/> |
| 8053 <int value="4" label="Set up Wallet"/> | 9195 <int value="4" label="Set up Wallet"/> |
| 8054 <int value="5" label="Accept ToS"/> | 9196 <int value="5" label="Accept ToS"/> |
| 8055 <int value="6" label="Update expiration date"/> | 9197 <int value="6" label="Update expiration date"/> |
| 8056 <int value="7" label="Upgrade min address"/> | 9198 <int value="7" label="Upgrade min address"/> |
| 8057 <int value="8" label="Choose another instrument or address"/> | 9199 <int value="8" label="Choose another instrument or address"/> |
| 8058 <int value="9" label="Verify CVV"/> | 9200 <int value="9" label="Verify CVV"/> |
| 8059 <int value="10" label="Invalid form field"/> | 9201 <int value="10" label="Invalid form field"/> |
| 8060 <int value="11" label="Require phone number"/> | 9202 <int value="11" label="Require phone number"/> |
| 8061 </enum> | 9203 </enum> |
| 8062 | 9204 |
| 9205 <enum name="WiFiReasonCode" type="int"> |
| 9206 <int value="0" label="kReasonReserved0"/> |
| 9207 <int value="1" label="kReasonCodeUnspecified"/> |
| 9208 <int value="2" label="kReasonCodePreviousAuthenticationInvalid"/> |
| 9209 <int value="3" label="kReasonCodeSenderHasLeft"/> |
| 9210 <int value="4" label="kReasonCodeInactivity"/> |
| 9211 <int value="5" label="kReasonCodeTooManySTAs"/> |
| 9212 <int value="6" label="kReasonCodeNonAuthenticated"/> |
| 9213 <int value="7" label="kReasonCodeNonAssociated"/> |
| 9214 <int value="8" label="kReasonCodeDisassociatedHasLeft"/> |
| 9215 <int value="9" label="kReasonCodeReassociationNotAuthenticated"/> |
| 9216 <int value="10" label="kReasonCodeUnacceptablePowerCapability"/> |
| 9217 <int value="11" label="kReasonCodeUnacceptableSupportedChannelInfo"/> |
| 9218 <int value="12" label="kReasonReserved12"/> |
| 9219 <int value="13" label="kReasonCodeInvalidInfoElement"/> |
| 9220 <int value="14" label="kReasonCodeMICFailure"/> |
| 9221 <int value="15" label="kReasonCode4WayTimeout"/> |
| 9222 <int value="16" label="kReasonCodeGroupKeyHandshakeTimeout"/> |
| 9223 <int value="17" label="kReasonCodeDifferenIE"/> |
| 9224 <int value="18" label="kReasonCodeGroupCipherInvalid"/> |
| 9225 <int value="19" label="kReasonCodePairwiseCipherInvalid"/> |
| 9226 <int value="20" label="kReasonCodeAkmpInvalid"/> |
| 9227 <int value="21" label="kReasonCodeUnsupportedRsnIeVersion"/> |
| 9228 <int value="22" label="kReasonCodeInvalidRsnIeCaps"/> |
| 9229 <int value="23" label="kReasonCode8021XAuth"/> |
| 9230 <int value="24" label="kReasonCodeCipherSuiteRejected"/> |
| 9231 <int value="25" label="kReasonReserved25"/> |
| 9232 <int value="26" label="kReasonReserved26"/> |
| 9233 <int value="27" label="kReasonReserved27"/> |
| 9234 <int value="28" label="kReasonReserved28"/> |
| 9235 <int value="29" label="kReasonReserved29"/> |
| 9236 <int value="30" label="kReasonReserved30"/> |
| 9237 <int value="31" label="kReasonReserved31"/> |
| 9238 <int value="32" label="kReasonCodeUnspecifiedQoS"/> |
| 9239 <int value="33" label="kReasonCodeQoSBandwidth"/> |
| 9240 <int value="34" label="kReasonCodeiPoorConditions"/> |
| 9241 <int value="35" label="kReasonCodeOutsideTxop"/> |
| 9242 <int value="36" label="kReasonCodeStaLeaving"/> |
| 9243 <int value="37" label="kReasonCodeUnacceptableMechanism"/> |
| 9244 <int value="38" label="kReasonCodeSetupRequired"/> |
| 9245 <int value="39" label="kReasonCodeTimeout"/> |
| 9246 <int value="45" label="kReasonCodeCipherSuiteNotSupported"/> |
| 9247 </enum> |
| 9248 |
| 9249 <enum name="WiFiStatusType" type="int"> |
| 9250 <int value="0" label="kStatusCodeTypeByAp"/> |
| 9251 <int value="1" label="kStatusCodeTypeByClient"/> |
| 9252 <int value="2" label="kStatusCodeTypeByUser"/> |
| 9253 <int value="3" label="kStatusCodeTypeConsideredDead"/> |
| 9254 </enum> |
| 9255 |
| 8063 </enums> | 9256 </enums> |
| 8064 | 9257 |
| 8065 <!-- Field trials --> | 9258 <!-- Field trials --> |
| 8066 | 9259 |
| 8067 <fieldtrials> | 9260 <fieldtrials> |
| 8068 | 9261 |
| 8069 <fieldtrial name="AsyncSlowStart"> | 9262 <fieldtrial name="AsyncSlowStart"> |
| 8070 <group name="AsyncSlowStart" label="Async Slow Start on"/> | 9263 <group name="AsyncSlowStart" label="Async Slow Start on"/> |
| 8071 <group name="AsyncSlowStart_off" label="Async Slow Start off"/> | 9264 <group name="AsyncSlowStart_off" label="Async Slow Start off"/> |
| 8072 <group name="AsyncSlowStart_on" label="Async Slow Start on"/> | 9265 <group name="AsyncSlowStart_on" label="Async Slow Start on"/> |
| (...skipping 1087 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 9160 <fieldtrial name="SSLResumption"> | 10353 <fieldtrial name="SSLResumption"> |
| 9161 <group name="Resume_Handshake" label="Session Resumption"/> | 10354 <group name="Resume_Handshake" label="Session Resumption"/> |
| 9162 <group name="Full_Handshake" label="Full"/> | 10355 <group name="Full_Handshake" label="Full"/> |
| 9163 <affected-histogram name="Net.SSL_Connection_Latency"/> | 10356 <affected-histogram name="Net.SSL_Connection_Latency"/> |
| 9164 <affected-histogram name="Net.SSL_Connection_Latency_Google"/> | 10357 <affected-histogram name="Net.SSL_Connection_Latency_Google"/> |
| 9165 </fieldtrial> | 10358 </fieldtrial> |
| 9166 | 10359 |
| 9167 </fieldtrials> | 10360 </fieldtrials> |
| 9168 | 10361 |
| 9169 </histogram-configuration> | 10362 </histogram-configuration> |
| OLD | NEW |