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

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

Issue 2628923006: Deprecate all -internal-media-controls-* currently expose to web contents. (Closed)
Patch Set: fix rebase Created 3 years, 11 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 | « third_party/WebKit/Source/core/frame/Deprecation.cpp ('k') | tools/metrics/histograms/histograms.xml » ('j') | 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 2fa053d0b43cabe3056bcca19aa3a45ebdfe35fc..66c1d0b4635d7363572f736f6110d15f5d37ad08 100644
--- a/third_party/WebKit/Source/core/frame/UseCounter.h
+++ b/third_party/WebKit/Source/core/frame/UseCounter.h
@@ -1439,6 +1439,11 @@ class CORE_EXPORT UseCounter {
DocumentCompleteURLHTTPContainingLessThan = 1769,
DocumentCompleteURLHTTPContainingNewlineAndLessThan = 1770,
DocumentCompleteURLNonHTTPContainingNewlineOrLessThan = 1771,
+ CSSSelectorInternalMediaControlsTextTrackList = 1772,
+ CSSSelectorInternalMediaControlsTextTrackListItem = 1773,
+ CSSSelectorInternalMediaControlsTextTrackListItemInput = 1774,
+ CSSSelectorInternalMediaControlsTextTrackListKindCaptions = 1775,
+ CSSSelectorInternalMediaControlsTextTrackListKindSubtitles = 1776,
// Add new features immediately above this line. Don't change assigned
// numbers of any item, and don't reuse removed slots.
« no previous file with comments | « third_party/WebKit/Source/core/frame/Deprecation.cpp ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698