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

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

Issue 2826123003: Pushing back rtcpMuxPolicy deprecation message to M62. (Closed)
Patch Set: Updating deprecation message in 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/fast/peerconnection/RTCPeerConnection-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 89546cdb42bee62732bb6f1ba3028930663d3bcd..ab4370b6f94e5dc5cd55890252cad1a0a6d71dde 100644
--- a/third_party/WebKit/Source/core/frame/Deprecation.cpp
+++ b/third_party/WebKit/Source/core/frame/Deprecation.cpp
@@ -409,7 +409,7 @@ String Deprecation::DeprecationMessage(UseCounter::Feature feature) {
"removal and may be removed no earlier than %s. If you depend on it, "
"please see https://www.chromestatus.com/features/5654810086866944 "
"for more details.",
- milestoneString(M60));
+ milestoneString(M62));
case UseCounter::kV8IDBFactory_WebkitGetDatabaseNames_Method:
return willBeRemoved("indexedDB.webkitGetDatabaseNames()", M60,
« no previous file with comments | « third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698