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

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

Issue 1740153002: Remove unused UseCounter features (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 8ad6600228d92dfc143efff7aed02f1a642f3bce..63c5ea2f6cb8f17792d13debcaf42f61d5a6afa3 100644
--- a/third_party/WebKit/Source/core/frame/UseCounter.h
+++ b/third_party/WebKit/Source/core/frame/UseCounter.h
@@ -243,11 +243,9 @@ public:
UnprefixedImageSmoothingEnabled = 268,
// The above items are available in M34 branch.
- TextAutosizing = 274,
HTMLAnchorElementPingAttribute = 276,
InsertAdjacentHTML = 278,
SVGClassName = 279,
- HTMLAppletElement = 280,
HTMLMediaElementSeekToFragmentStart = 281,
HTMLMediaElementPauseAtFragmentEnd = 282,
PrefixedWindowURL = 283,
@@ -313,11 +311,8 @@ public:
PrefixedIDBTransactionConstructor = 370,
NotificationPermission = 371,
RangeDetach = 372,
- PrefixedMouseEventMovementX = 382,
- PrefixedMouseEventMovementY = 383,
PrefixedFileRelativePath = 386,
DocumentCaretRangeFromPoint = 387,
- // DocumentGetCSSCanvasContext = 388,
ElementScrollIntoViewIfNeeded = 389,
RangeExpand = 393,
HTMLImageElementX = 396,
@@ -751,7 +746,6 @@ public:
AudioParamSetValueCurveAtTime = 913,
AudioParamCancelScheduledValues = 914,
V8Permissions_Request_Method = 915,
- LinkRelSubresource = 916,
LinkRelPrefetch = 917,
LinkRelPrerender = 918,
LinkRelNext = 919,
@@ -1022,7 +1016,6 @@ public:
DocumentCreateEventTextEvent = 1182,
DocumentCreateEventTransitionEvent = 1183,
DocumentCreateEventWheelEvent = 1184,
- DocumentCreateEventMediaKeyEvent = 1185,
DocumentCreateEventTrackEvent = 1186,
DocumentCreateEventWebKitAnimationEvent = 1187,
DocumentCreateEventMutationEvents = 1188,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698