| OLD | NEW |
| 1 // Copyright 2017 The Chromium Authors. All rights reserved. | 1 // Copyright 2017 The Chromium Authors. All rights reserved. |
| 2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
| 4 | 4 |
| 5 module blink.mojom; | 5 module blink.mojom; |
| 6 | 6 |
| 7 // ============ Definition for WebFeature used for UseCounter =============== | 7 // ============ Definition for WebFeature used for UseCounter =============== |
| 8 // | 8 // |
| 9 // Do not change assigned numbers of existing items: add new features | 9 // Do not change assigned numbers of existing items: add new features |
| 10 // to the end of the list. | 10 // to the end of the list. |
| (...skipping 1572 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1583 kCSSSelectorWebkitMediaControlsTimeline = 2045, | 1583 kCSSSelectorWebkitMediaControlsTimeline = 2045, |
| 1584 kCSSSelectorWebkitMediaControlsTimelineContainer = 2046, | 1584 kCSSSelectorWebkitMediaControlsTimelineContainer = 2046, |
| 1585 kCSSSelectorWebkitMediaControlsMuteButton = 2047, | 1585 kCSSSelectorWebkitMediaControlsMuteButton = 2047, |
| 1586 kCSSSelectorWebkitMediaControlsVolumeSlider = 2048, | 1586 kCSSSelectorWebkitMediaControlsVolumeSlider = 2048, |
| 1587 kCSSSelectorWebkitMediaControlsFullscreenButton = 2049, | 1587 kCSSSelectorWebkitMediaControlsFullscreenButton = 2049, |
| 1588 kCSSSelectorWebkitMediaControlsToggleClosedCaptionsButton = 2050, | 1588 kCSSSelectorWebkitMediaControlsToggleClosedCaptionsButton = 2050, |
| 1589 kLinearAccelerationSensorConstructor = 2051, | 1589 kLinearAccelerationSensorConstructor = 2051, |
| 1590 kReportUriMultipleEndpoints = 2052, | 1590 kReportUriMultipleEndpoints = 2052, |
| 1591 kReportUriSingleEndpoint = 2053, | 1591 kReportUriSingleEndpoint = 2053, |
| 1592 kV8ConstructorNonUndefinedPrimitiveReturn = 2054, | 1592 kV8ConstructorNonUndefinedPrimitiveReturn = 2054, |
| 1593 kEncryptedMediaDisallowedByFeaturePolicyInCrossOriginIframe = 2055, |
| 1594 kGeolocationDisallowedByFeaturePolicyInCrossOriginIframe = 2056, |
| 1595 kGetUserMediaMicDisallowedByFeaturePolicyInCrossOriginIframe = 2057, |
| 1596 kGetUserMediaCameraDisallowedByFeaturePolicyInCrossOriginIframe = 2058, |
| 1597 kRequestMIDIAccessDisallowedByFeaturePolicyInCrossOriginIframe = 2059, |
| 1593 | 1598 |
| 1594 // Add new features immediately above this line. Don't change assigned | 1599 // Add new features immediately above this line. Don't change assigned |
| 1595 // numbers of any item, and don't reuse removed slots. | 1600 // numbers of any item, and don't reuse removed slots. |
| 1596 // Also, run update_use_counter_feature_enum.py in | 1601 // Also, run update_use_counter_feature_enum.py in |
| 1597 // chromium/src/tools/metrics/histograms/ to update the UMA mapping. | 1602 // chromium/src/tools/metrics/histograms/ to update the UMA mapping. |
| 1598 kNumberOfFeatures, // This enum value must be last. | 1603 kNumberOfFeatures, // This enum value must be last. |
| 1599 }; | 1604 }; |
| OLD | NEW |