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

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

Issue 2680363003: Deprecate FileReaderSync in service workers. (Closed)
Patch Set: rebase 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 b9d0ff385642d88f55a65c64e752bc44d5864c93..0674c2ae7da096d8c5a3283f9bdca6a74e612a70 100644
--- a/third_party/WebKit/Source/core/frame/Deprecation.cpp
+++ b/third_party/WebKit/Source/core/frame/Deprecation.cpp
@@ -407,6 +407,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