| OLD | NEW |
| 1 #ifndef WebFeature_h | 1 #ifndef WebFeature_h |
| 2 #define WebFeature_h | 2 #define WebFeature_h |
| 3 | 3 |
| 4 namespace blink { | 4 namespace blink { |
| 5 // ============ Definition for WebFeature used for UseCounter =============== | 5 // ============ Definition for WebFeature used for UseCounter =============== |
| 6 // | 6 // |
| 7 // Do not change assigned numbers of existing items: add new features | 7 // Do not change assigned numbers of existing items: add new features |
| 8 // to the end of the list. | 8 // to the end of the list. |
| 9 // | 9 // |
| 10 // A WebFeature conceptually represents some particular web-exposed API | 10 // A WebFeature conceptually represents some particular web-exposed API |
| (...skipping 1540 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1551 kTableSectionDirectionDifferentFromTable = 2016, | 1551 kTableSectionDirectionDifferentFromTable = 2016, |
| 1552 // The above items are available in M60 branch. | 1552 // The above items are available in M60 branch. |
| 1553 | 1553 |
| 1554 kClientHintsDeviceRAM = 2017, | 1554 kClientHintsDeviceRAM = 2017, |
| 1555 kCSSRegisterProperty = 2018, | 1555 kCSSRegisterProperty = 2018, |
| 1556 kRelativeOrientationSensorConstructor = 2019, | 1556 kRelativeOrientationSensorConstructor = 2019, |
| 1557 kSmoothScrollJSInterventionActivated = 2020, | 1557 kSmoothScrollJSInterventionActivated = 2020, |
| 1558 kBudgetAPIGetCost = 2021, | 1558 kBudgetAPIGetCost = 2021, |
| 1559 kBudgetAPIGetBudget = 2022, | 1559 kBudgetAPIGetBudget = 2022, |
| 1560 kCrossOriginMainFrameNulledNonEmptyNameAccessed = 2023, | 1560 kCrossOriginMainFrameNulledNonEmptyNameAccessed = 2023, |
| 1561 kDeprecatedTimingFunctionStepMiddle = 2024, |
| 1561 | 1562 |
| 1562 // Add new features immediately above this line. Don't change assigned | 1563 // Add new features immediately above this line. Don't change assigned |
| 1563 // numbers of any item, and don't reuse removed slots. | 1564 // numbers of any item, and don't reuse removed slots. |
| 1564 // Also, run update_use_counter_feature_enum.py in | 1565 // Also, run update_use_counter_feature_enum.py in |
| 1565 // chromium/src/tools/metrics/histograms/ to update the UMA mapping. | 1566 // chromium/src/tools/metrics/histograms/ to update the UMA mapping. |
| 1566 kNumberOfFeatures, // This enum value must be last. | 1567 kNumberOfFeatures, // This enum value must be last. |
| 1567 }; | 1568 }; |
| 1568 | 1569 |
| 1569 } // namespace blink | 1570 } // namespace blink |
| 1570 | 1571 |
| 1571 #endif // WebFeature_h | 1572 #endif // WebFeature_h |
| OLD | NEW |