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

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

Issue 2704573002: Deprecate FileReaderSync in service workers. (Closed)
Patch Set: Created 3 years, 10 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
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 bff97717e7d01258c7c264ad14774328a8e33e77..e24986b6541c09b22889eaf10cd6546a016d2301 100644
--- a/third_party/WebKit/Source/core/frame/Deprecation.cpp
+++ b/third_party/WebKit/Source/core/frame/Deprecation.cpp
@@ -430,6 +430,10 @@ String Deprecation::deprecationMessage(UseCounter::Feature feature) {
"-internal-media-controls-text-track-list* selectors", M59,
"5661431349379072");
+ case UseCounter::FileReaderSyncInServiceWorker:
+ return willBeRemoved("FileReaderSync in service workers", M59,
+ "5739144722513920");
+
// Features that aren't deprecated don't have a deprecation message.
default:
return String();
« no previous file with comments | « third_party/WebKit/Source/core/fileapi/FileReaderSync.cpp ('k') | third_party/WebKit/Source/core/frame/UseCounter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698