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

Unified Diff: third_party/WebKit/Source/core/frame/UseCounter.h

Issue 1956493002: Remove user gestures on touches other than tap in cross-origin iframes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Attempt to harden the test Created 4 years, 7 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 side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698