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 432275a9999d44379407a3ac9188b7dafadb46b5..ae0e7e7796d380ca91b99b616195aec21aa98f0b 100644 |
| --- a/third_party/WebKit/Source/core/frame/UseCounter.h |
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.h |
| @@ -1098,7 +1098,6 @@ public: |
| InvalidSandboxDirectiveInMetaCSP = 1282, |
| InvalidFrameAncestorsDirectiveInMetaCSP = 1283, |
| TouchDragUserGestureUsed = 1284, |
| - TouchDragUserGestureUsedCrossOrigin = 1285, |
| DocumentCreateEventForeignFetchEvent = 1286, |
|
dtapuska
2016/05/12 00:29:47
Does it make sense to remove this since we aren't
Rick Byers
2016/05/12 03:20:45
I think so, but it looks we haven't been consisten
|
| SVGCalcModeDiscrete = 1287, |
| SVGCalcModeLinear = 1288, |