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

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

Issue 2827583003: Move cast overlay CSS selector deprecation deadline to 61. (Closed)
Patch Set: update layout test Created 3 years, 8 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/LayoutTests/media/deprecated-css-selectors-expected.txt ('k') | 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/Deprecation.cpp
diff --git a/third_party/WebKit/Source/core/frame/Deprecation.cpp b/third_party/WebKit/Source/core/frame/Deprecation.cpp
index 279c17385aed54dcefc70d3d5de0305071063760..0f488b78e6e11d5aae469642f6723ccfa7a06b08 100644
--- a/third_party/WebKit/Source/core/frame/Deprecation.cpp
+++ b/third_party/WebKit/Source/core/frame/Deprecation.cpp
@@ -394,7 +394,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:
« no previous file with comments | « third_party/WebKit/LayoutTests/media/deprecated-css-selectors-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698