Chromium Code Reviews| Index: third_party/WebKit/Source/core/frame/UseCounter.h |
| diff --git a/third_party/WebKit/Source/core/frame/UseCounter.h b/third_party/WebKit/Source/core/frame/UseCounter.h |
| index d688683f4378e08b750a86d2cfc4df42365451b6..8688a41ef44653c132598ceb7bd76263e71c6286 100644 |
| --- a/third_party/WebKit/Source/core/frame/UseCounter.h |
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.h |
| @@ -485,9 +485,6 @@ public: |
| MixedContentPlugin = 616, |
| MixedContentPrefetch = 617, |
| MixedContentVideo = 618, |
| - AudioListenerDopplerFactor = 620, |
|
Raymond Toy
2016/09/26 21:40:13
Does this mean we can't look at historical data an
foolip
2016/09/26 21:58:44
No, it's still in histograms.xml and will keep its
|
| - AudioListenerSpeedOfSound = 621, |
| - AudioListenerSetVelocity = 622, |
| CSSSelectorPseudoFullScreenAncestor = 628, |
| CSSSelectorPseudoFullScreen = 629, |
| WebKitCSSMatrix = 630, |
| @@ -999,7 +996,6 @@ public: |
| CSSAtRuleApply = 1249, |
| CSSSelectorPseudoAny = 1250, |
| - PannerNodeSetVelocity = 1251, |
| DocumentAllItemNoArguments = 1252, |
| DocumentAllItemNamed = 1253, |
| DocumentAllItemIndexed = 1254, |