Skip to content

Commit

Permalink
Move cast overlay CSS selector deprecation deadline to 61.
Browse files Browse the repository at this point in the history
Unfortunately, the usage increased since the deprecation started,
making the deprecation a bit more involved.

BUG=678285
R=foolip@chromium.org

Review-Url: https://codereview.chromium.org/2827583003
Cr-Commit-Position: refs/heads/master@{#465387}
  • Loading branch information
mounirlamouri authored and Commit bot committed Apr 18, 2017
1 parent 3f1fbf2 commit 25800fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CONSOLE WARNING: -internal-media-controls-overlay-cast-button selector is deprecated and will be removed in M59, around June 2017. See https://www.chromestatus.com/features/5714245488476160 for more details.
CONSOLE WARNING: -internal-media-controls-overlay-cast-button selector is deprecated and will be removed in M61, around September 2017. See https://www.chromestatus.com/features/5714245488476160 for more details.
This is a testharness.js-based test.
PASS Test that -internal-media-controls-* deprecated selectors throw a warning
Harness: the test ran to completion.
Expand Down
2 changes: 1 addition & 1 deletion third_party/WebKit/Source/core/frame/Deprecation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ String Deprecation::DeprecationMessage(UseCounter::Feature feature) {

case UseCounter::kCSSSelectorInternalMediaControlsOverlayCastButton:
return willBeRemoved(
"-internal-media-controls-overlay-cast-button selector", M59,
"-internal-media-controls-overlay-cast-button selector", M61,
"5714245488476160");

case UseCounter::kCSSZoomReset:
Expand Down

0 comments on commit 25800fa

Please sign in to comment.