| 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 1180 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1191 kMetaSetCookie = 1547, | 1191 kMetaSetCookie = 1547, |
| 1192 kMetaRefresh = 1548, | 1192 kMetaRefresh = 1548, |
| 1193 kMetaSetCookieWhenCSPBlocksInlineScript = 1549, | 1193 kMetaSetCookieWhenCSPBlocksInlineScript = 1549, |
| 1194 kMetaRefreshWhenCSPBlocksInlineScript = 1550, | 1194 kMetaRefreshWhenCSPBlocksInlineScript = 1550, |
| 1195 kMiddleClickAutoscrollStart = 1551, | 1195 kMiddleClickAutoscrollStart = 1551, |
| 1196 kRTCPeerConnectionCreateOfferOptionsOfferToReceive = 1553, | 1196 kRTCPeerConnectionCreateOfferOptionsOfferToReceive = 1553, |
| 1197 kDragAndDropScrollStart = 1554, | 1197 kDragAndDropScrollStart = 1554, |
| 1198 kPresentationConnectionListConnectionAvailableEventListener = 1555, | 1198 kPresentationConnectionListConnectionAvailableEventListener = 1555, |
| 1199 kWebAudioAutoplayCrossOriginIframe = 1556, | 1199 kWebAudioAutoplayCrossOriginIframe = 1556, |
| 1200 kVRGetDisplays = 1558, | 1200 kVRGetDisplays = 1558, |
| 1201 kCSSZoomReset = 1578, | |
| 1202 kCSSZoomDocument = 1579, | |
| 1203 kXSSAuditorBlockedScript = 1581, | 1201 kXSSAuditorBlockedScript = 1581, |
| 1204 kXSSAuditorBlockedEntirePage = 1582, | 1202 kXSSAuditorBlockedEntirePage = 1582, |
| 1205 kXSSAuditorDisabled = 1583, | 1203 kXSSAuditorDisabled = 1583, |
| 1206 kXSSAuditorEnabledFilter = 1584, | 1204 kXSSAuditorEnabledFilter = 1584, |
| 1207 kXSSAuditorEnabledBlock = 1585, | 1205 kXSSAuditorEnabledBlock = 1585, |
| 1208 kXSSAuditorInvalid = 1586, | 1206 kXSSAuditorInvalid = 1586, |
| 1209 kTextInputEventOnInput = 1589, | 1207 kTextInputEventOnInput = 1589, |
| 1210 kTextInputEventOnTextArea = 1590, | 1208 kTextInputEventOnTextArea = 1590, |
| 1211 kTextInputEventOnContentEditable = 1591, | 1209 kTextInputEventOnContentEditable = 1591, |
| 1212 kTextInputEventOnNotNode = 1592, | 1210 kTextInputEventOnNotNode = 1592, |
| (...skipping 477 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1690 // Tracks what features/properties need to be reported to the legacy | 1688 // Tracks what features/properties need to be reported to the legacy |
| 1691 // histograms. | 1689 // histograms. |
| 1692 BitVector feature_bits_; | 1690 BitVector feature_bits_; |
| 1693 BitVector css_bits_; | 1691 BitVector css_bits_; |
| 1694 } legacy_counter_; | 1692 } legacy_counter_; |
| 1695 }; | 1693 }; |
| 1696 | 1694 |
| 1697 } // namespace blink | 1695 } // namespace blink |
| 1698 | 1696 |
| 1699 #endif // UseCounter_h | 1697 #endif // UseCounter_h |
| OLD | NEW |