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

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

Issue 2390553003: Set removal milestone in MediaStreamTrack.getSources deprecation message. (Closed)
Patch Set: rebase Created 4 years, 2 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/fast/mediastream/MediaStreamTrack-getSources-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 0bfffb5fac9aa5ed6a14c1e077137c89d42c1a31..1429db445e1b53844228dcdf18a326b29529c7de 100644
--- a/third_party/WebKit/Source/core/frame/Deprecation.cpp
+++ b/third_party/WebKit/Source/core/frame/Deprecation.cpp
@@ -423,9 +423,8 @@ String Deprecation::deprecationMessage(UseCounter::Feature feature) {
"'Performance.onresourcetimingbufferfull'");
case UseCounter::MediaStreamTrackGetSources:
- return "MediaStreamTrack.getSources is deprecated. See "
- "https://www.chromestatus.com/feature/4765305641369600 for more "
- "details.";
+ return willBeRemoved("MediaStreamTrack.getSources", M56,
+ "4765305641369600");
case UseCounter::WebAnimationHyphenatedProperty:
return "Hyphenated property names in Web Animations keyframes are "
« no previous file with comments | « third_party/WebKit/LayoutTests/fast/mediastream/MediaStreamTrack-getSources-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698