Index: Source/core/frame/UseCounter.h |
diff --git a/Source/core/frame/UseCounter.h b/Source/core/frame/UseCounter.h |
index 6784c17d07de5671ec86695d5a332059c0fc85fa..5a628c41acf16c4c809bc1efdb747fbefb34b7a1 100644 |
--- a/Source/core/frame/UseCounter.h |
+++ b/Source/core/frame/UseCounter.h |
@@ -487,8 +487,6 @@ public: |
DevToolsConsoleProfile = 518, |
SVGStyleElementTitle = 519, |
PictureSourceSrc = 520, |
- // The above items are available in M38 branch. |
- |
Picture = 521, |
Sizes = 522, |
SrcsetXDescriptor = 523, |
@@ -498,7 +496,8 @@ public: |
MixedContentPrivateIPInPublicWebsitePassive = 527, |
MixedContentPrivateIPInPublicWebsiteActive = 528, |
XMLExternalResourceLoad = 529, |
- |
+ PrefixedPerformanceClearSmoothnessTimings = 530, |
+ PrefixedPerformanceSetSmoothnessTimingBufferSize = 531, |
// Add new features immediately above this line. Don't change assigned |
// numbers of any item, and don't reuse removed slots. |
// Also, run update_use_counter_feature_enum.py in chromium/src/tools/metrics/histograms/ |