Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(74)

Side by Side Diff: third_party/WebKit/Source/core/frame/UseCounter.h

Issue 2774083002: Remove/mark obsolete VRPresent UseCounter (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 1185 matching lines...) Expand 10 before | Expand all | Expand 10 after
1196 MetaSetCookie = 1547, 1196 MetaSetCookie = 1547,
1197 MetaRefresh = 1548, 1197 MetaRefresh = 1548,
1198 MetaSetCookieWhenCSPBlocksInlineScript = 1549, 1198 MetaSetCookieWhenCSPBlocksInlineScript = 1549,
1199 MetaRefreshWhenCSPBlocksInlineScript = 1550, 1199 MetaRefreshWhenCSPBlocksInlineScript = 1550,
1200 MiddleClickAutoscrollStart = 1551, 1200 MiddleClickAutoscrollStart = 1551,
1201 RTCPeerConnectionCreateOfferOptionsOfferToReceive = 1553, 1201 RTCPeerConnectionCreateOfferOptionsOfferToReceive = 1553,
1202 DragAndDropScrollStart = 1554, 1202 DragAndDropScrollStart = 1554,
1203 PresentationConnectionListConnectionAvailableEventListener = 1555, 1203 PresentationConnectionListConnectionAvailableEventListener = 1555,
1204 WebAudioAutoplayCrossOriginIframe = 1556, 1204 WebAudioAutoplayCrossOriginIframe = 1556,
1205 VRGetDisplays = 1558, 1205 VRGetDisplays = 1558,
1206 VRPresent = 1559,
1207 VRDeprecatedGetPose = 1560, 1206 VRDeprecatedGetPose = 1560,
1208 CSSZoomReset = 1578, 1207 CSSZoomReset = 1578,
1209 CSSZoomDocument = 1579, 1208 CSSZoomDocument = 1579,
1210 XSSAuditorBlockedScript = 1581, 1209 XSSAuditorBlockedScript = 1581,
1211 XSSAuditorBlockedEntirePage = 1582, 1210 XSSAuditorBlockedEntirePage = 1582,
1212 XSSAuditorDisabled = 1583, 1211 XSSAuditorDisabled = 1583,
1213 XSSAuditorEnabledFilter = 1584, 1212 XSSAuditorEnabledFilter = 1584,
1214 XSSAuditorEnabledBlock = 1585, 1213 XSSAuditorEnabledBlock = 1585,
1215 XSSAuditorInvalid = 1586, 1214 XSSAuditorInvalid = 1586,
1216 TextInputEventOnInput = 1589, 1215 TextInputEventOnInput = 1589,
(...skipping 385 matching lines...) Expand 10 before | Expand all | Expand 10 after
1602 // Tracks what features/properties need to be reported to the legacy 1601 // Tracks what features/properties need to be reported to the legacy
1603 // histograms. 1602 // histograms.
1604 BitVector m_featureBits; 1603 BitVector m_featureBits;
1605 BitVector m_CSSBits; 1604 BitVector m_CSSBits;
1606 } m_legacyCounter; 1605 } m_legacyCounter;
1607 }; 1606 };
1608 1607
1609 } // namespace blink 1608 } // namespace blink
1610 1609
1611 #endif // UseCounter_h 1610 #endif // UseCounter_h
OLDNEW
« no previous file with comments | « no previous file | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698