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

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

Issue 1526003002: Update the XMLHttpRequestProgressEvent deprecation messages for M50 removal (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use replacedWillBeRemoved Created 5 years 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
Index: third_party/WebKit/Source/core/frame/UseCounter.cpp
diff --git a/third_party/WebKit/Source/core/frame/UseCounter.cpp b/third_party/WebKit/Source/core/frame/UseCounter.cpp
index ce0d8bfd1d6c6962ac2068f276cffaffe552cd34..dc9d52c48fb6d3d0b06f674ff7a5342620bae655 100644
--- a/third_party/WebKit/Source/core/frame/UseCounter.cpp
+++ b/third_party/WebKit/Source/core/frame/UseCounter.cpp
@@ -837,10 +837,10 @@ String UseCounter::deprecationMessage(Feature feature)
return "<source src> with a <picture> parent is invalid and therefore ignored. Please use <source srcset> instead.";
case XHRProgressEventPosition:
- return replacedBy("The XMLHttpRequest progress event property 'position'", "'loaded'");
+ return replacedWillBeRemoved("The XMLHttpRequest progress event property 'position'", "'loaded'", 50, "5044837464145920");
case XHRProgressEventTotalSize:
- return replacedBy("The XMLHttpRequest progress event property 'totalSize'", "'total'");
+ return replacedWillBeRemoved("The XMLHttpRequest progress event property 'totalSize'", "'total'", 50, "5044837464145920");
case ConsoleTimeline:
return replacedBy("'console.timeline'", "'console.time'");
« no previous file with comments | « third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-onProgress-open-should-zero-length-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698