| 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 613 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 624 kNetInfoDownlinkMax = 947, | 624 kNetInfoDownlinkMax = 947, |
| 625 kNetInfoOnChange = 948, | 625 kNetInfoOnChange = 948, |
| 626 kNetInfoOnTypeChange = 949, | 626 kNetInfoOnTypeChange = 949, |
| 627 kV8Window_Alert_Method = 950, | 627 kV8Window_Alert_Method = 950, |
| 628 kV8Window_Confirm_Method = 951, | 628 kV8Window_Confirm_Method = 951, |
| 629 kV8Window_Prompt_Method = 952, | 629 kV8Window_Prompt_Method = 952, |
| 630 kV8Window_Print_Method = 953, | 630 kV8Window_Print_Method = 953, |
| 631 kV8Window_RequestIdleCallback_Method = 954, | 631 kV8Window_RequestIdleCallback_Method = 954, |
| 632 kFlexboxPercentagePaddingVertical = 955, | 632 kFlexboxPercentagePaddingVertical = 955, |
| 633 kFlexboxPercentageMarginVertical = 956, | 633 kFlexboxPercentageMarginVertical = 956, |
| 634 kBackspaceNavigatedBack = 957, | |
| 635 kBackspaceNavigatedBackAfterFormInteraction = 958, | |
| 636 kCSPSourceWildcardWouldMatchExactHost = 959, | 634 kCSPSourceWildcardWouldMatchExactHost = 959, |
| 637 kCredentialManagerGet = 960, | 635 kCredentialManagerGet = 960, |
| 638 kCredentialManagerGetMediationOptional = 961, | 636 kCredentialManagerGetMediationOptional = 961, |
| 639 kCredentialManagerGetMediationSilent = 962, | 637 kCredentialManagerGetMediationSilent = 962, |
| 640 kCredentialManagerStore = 963, | 638 kCredentialManagerStore = 963, |
| 641 kCredentialManagerRequireUserMediation = 964, | 639 kCredentialManagerRequireUserMediation = 964, |
| 642 // The above items are available in M47 branch. | 640 // The above items are available in M47 branch. |
| 643 | 641 |
| 644 kBlockableMixedContentInSubframeBlocked = 966, | 642 kBlockableMixedContentInSubframeBlocked = 966, |
| 645 kAddEventListenerThirdArgumentIsObject = 967, | 643 kAddEventListenerThirdArgumentIsObject = 967, |
| (...skipping 919 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1565 // Add new features immediately above this line. Don't change assigned | 1563 // Add new features immediately above this line. Don't change assigned |
| 1566 // numbers of any item, and don't reuse removed slots. | 1564 // numbers of any item, and don't reuse removed slots. |
| 1567 // Also, run update_use_counter_feature_enum.py in | 1565 // Also, run update_use_counter_feature_enum.py in |
| 1568 // chromium/src/tools/metrics/histograms/ to update the UMA mapping. | 1566 // chromium/src/tools/metrics/histograms/ to update the UMA mapping. |
| 1569 kNumberOfFeatures, // This enum value must be last. | 1567 kNumberOfFeatures, // This enum value must be last. |
| 1570 }; | 1568 }; |
| 1571 | 1569 |
| 1572 } // namespace blink | 1570 } // namespace blink |
| 1573 | 1571 |
| 1574 #endif // WebFeature_h | 1572 #endif // WebFeature_h |
| OLD | NEW |