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

Unified Diff: third_party/WebKit/Source/core/frame/Deprecation.cpp

Issue 2750583003: Remove -internals-media-controls-text-track-list* as web exposed CSS selector. (Closed)
Patch Set: remove unrelated tests Created 3 years, 9 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/Deprecation.cpp
diff --git a/third_party/WebKit/Source/core/frame/Deprecation.cpp b/third_party/WebKit/Source/core/frame/Deprecation.cpp
index dfaefb26b637a251329be476391ed28e81af853a..6fa6249400fec9c0ea96c506d0da999a5317c2ba 100644
--- a/third_party/WebKit/Source/core/frame/Deprecation.cpp
+++ b/third_party/WebKit/Source/core/frame/Deprecation.cpp
@@ -394,15 +394,6 @@ String Deprecation::deprecationMessage(UseCounter::Feature feature) {
"-internal-media-controls-overlay-cast-button selector", M59,
"5714245488476160");
- case UseCounter::CSSSelectorInternalMediaControlsTextTrackList:
- case UseCounter::CSSSelectorInternalMediaControlsTextTrackListItem:
- case UseCounter::CSSSelectorInternalMediaControlsTextTrackListItemInput:
- case UseCounter::CSSSelectorInternalMediaControlsTextTrackListKindCaptions:
- case UseCounter::CSSSelectorInternalMediaControlsTextTrackListKindSubtitles:
- return willBeRemoved(
- "-internal-media-controls-text-track-list* selectors", M59,
- "5661431349379072");
-
case UseCounter::FileReaderSyncInServiceWorker:
return willBeRemoved("FileReaderSync in service workers", M59,
"5739144722513920");
« no previous file with comments | « third_party/WebKit/Source/core/css/parser/CSSSelectorParser.cpp ('k') | third_party/WebKit/Source/core/frame/UseCounter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698