| OLD | NEW |
| 1 /* | 1 /* |
| 2 * Copyright (C) 2012 Google, Inc. All rights reserved. | 2 * Copyright (C) 2012 Google, Inc. All rights reserved. |
| 3 * | 3 * |
| 4 * Redistribution and use in source and binary forms, with or without | 4 * Redistribution and use in source and binary forms, with or without |
| 5 * modification, are permitted provided that the following conditions | 5 * modification, are permitted provided that the following conditions |
| 6 * are met: | 6 * are met: |
| 7 * 1. Redistributions of source code must retain the above copyright | 7 * 1. Redistributions of source code must retain the above copyright |
| 8 * notice, this list of conditions and the following disclaimer. | 8 * notice, this list of conditions and the following disclaimer. |
| 9 * 2. Redistributions in binary form must reproduce the above copyright | 9 * 2. Redistributions in binary form must reproduce the above copyright |
| 10 * notice, this list of conditions and the following disclaimer in the | 10 * notice, this list of conditions and the following disclaimer in the |
| (...skipping 1393 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1404 kV8MediaSession_PlaybackState_AttributeSetter = 1791, | 1404 kV8MediaSession_PlaybackState_AttributeSetter = 1791, |
| 1405 kV8MediaSession_SetActionHandler_Method = 1792, | 1405 kV8MediaSession_SetActionHandler_Method = 1792, |
| 1406 kWebNFCPush = 1793, | 1406 kWebNFCPush = 1793, |
| 1407 kWebNFCCancelPush = 1794, | 1407 kWebNFCCancelPush = 1794, |
| 1408 kWebNFCWatch = 1795, | 1408 kWebNFCWatch = 1795, |
| 1409 kWebNFCCancelWatch = 1796, | 1409 kWebNFCCancelWatch = 1796, |
| 1410 kAudioParamCancelAndHoldAtTime = 1797, | 1410 kAudioParamCancelAndHoldAtTime = 1797, |
| 1411 kCSSValueUserModifyReadOnly = 1798, | 1411 kCSSValueUserModifyReadOnly = 1798, |
| 1412 kCSSValueUserModifyReadWrite = 1799, | 1412 kCSSValueUserModifyReadWrite = 1799, |
| 1413 kCSSValueUserModifyReadWritePlaintextOnly = 1800, | 1413 kCSSValueUserModifyReadWritePlaintextOnly = 1800, |
| 1414 kV8TextDetector_Detect_Method = 1801, | |
| 1415 kCSSValueOnDemand = 1802, | 1414 kCSSValueOnDemand = 1802, |
| 1416 kServiceWorkerNavigationPreload = 1803, | 1415 kServiceWorkerNavigationPreload = 1803, |
| 1417 kFullscreenRequestWithPendingElement = 1804, | 1416 kFullscreenRequestWithPendingElement = 1804, |
| 1418 kHTMLIFrameElementAllowfullscreenAttributeSetAfterContentLoad = 1805, | 1417 kHTMLIFrameElementAllowfullscreenAttributeSetAfterContentLoad = 1805, |
| 1419 kPointerEventSetCaptureOutsideDispatch = 1806, | 1418 kPointerEventSetCaptureOutsideDispatch = 1806, |
| 1420 kNotificationPermissionRequestedInsecureOrigin = 1807, | 1419 kNotificationPermissionRequestedInsecureOrigin = 1807, |
| 1421 kV8DeprecatedStorageInfo_QueryUsageAndQuota_Method = 1808, | 1420 kV8DeprecatedStorageInfo_QueryUsageAndQuota_Method = 1808, |
| 1422 kV8DeprecatedStorageInfo_RequestQuota_Method = 1809, | 1421 kV8DeprecatedStorageInfo_RequestQuota_Method = 1809, |
| 1423 kV8DeprecatedStorageQuota_QueryUsageAndQuota_Method = 1810, | 1422 kV8DeprecatedStorageQuota_QueryUsageAndQuota_Method = 1810, |
| 1424 kV8DeprecatedStorageQuota_RequestQuota_Method = 1811, | 1423 kV8DeprecatedStorageQuota_RequestQuota_Method = 1811, |
| (...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1597 kCredentialManagerIdName = 1985, | 1596 kCredentialManagerIdName = 1985, |
| 1598 kCredentialManagerPasswordName = 1986, | 1597 kCredentialManagerPasswordName = 1986, |
| 1599 kCredentialManagerAdditionalData = 1987, | 1598 kCredentialManagerAdditionalData = 1987, |
| 1600 kCredentialManagerCustomFetch = 1988, | 1599 kCredentialManagerCustomFetch = 1988, |
| 1601 kNetInfoRtt = 1989, | 1600 kNetInfoRtt = 1989, |
| 1602 kNetInfoDownlink = 1990, | 1601 kNetInfoDownlink = 1990, |
| 1603 kShapeDetection_BarcodeDetectorConstructor = 1991, | 1602 kShapeDetection_BarcodeDetectorConstructor = 1991, |
| 1604 kShapeDetection_FaceDetectorConstructor = 1992, | 1603 kShapeDetection_FaceDetectorConstructor = 1992, |
| 1605 kShapeDetection_TextDetectorConstructor = 1993, | 1604 kShapeDetection_TextDetectorConstructor = 1993, |
| 1606 kCredentialManagerCredentialRequestOptionsOnlyUnmediated = 1994, | 1605 kCredentialManagerCredentialRequestOptionsOnlyUnmediated = 1994, |
| 1607 kInertAttribute = 1995, | 1606 // TODO(aboxhall): Reuse value 1995 when |
| 1607 // https://codereview.chromium.org/2088453002 is relanded. |
| 1608 kPluginInstanceAccessFromIsolatedWorld = 1996, | 1608 kPluginInstanceAccessFromIsolatedWorld = 1996, |
| 1609 kPluginInstanceAccessFromMainWorld = 1997, | 1609 kPluginInstanceAccessFromMainWorld = 1997, |
| 1610 | 1610 |
| 1611 // Add new features immediately above this line. Don't change assigned | 1611 // Add new features immediately above this line. Don't change assigned |
| 1612 // numbers of any item, and don't reuse removed slots. | 1612 // numbers of any item, and don't reuse removed slots. |
| 1613 // Also, run update_use_counter_feature_enum.py in | 1613 // Also, run update_use_counter_feature_enum.py in |
| 1614 // chromium/src/tools/metrics/histograms/ to update the UMA mapping. | 1614 // chromium/src/tools/metrics/histograms/ to update the UMA mapping. |
| 1615 kNumberOfFeatures, // This enum value must be last. | 1615 kNumberOfFeatures, // This enum value must be last. |
| 1616 }; | 1616 }; |
| 1617 | 1617 |
| (...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1717 // Tracks what features/properties need to be reported to the legacy | 1717 // Tracks what features/properties need to be reported to the legacy |
| 1718 // histograms. | 1718 // histograms. |
| 1719 BitVector feature_bits_; | 1719 BitVector feature_bits_; |
| 1720 BitVector css_bits_; | 1720 BitVector css_bits_; |
| 1721 } legacy_counter_; | 1721 } legacy_counter_; |
| 1722 }; | 1722 }; |
| 1723 | 1723 |
| 1724 } // namespace blink | 1724 } // namespace blink |
| 1725 | 1725 |
| 1726 #endif // UseCounter_h | 1726 #endif // UseCounter_h |
| OLD | NEW |