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

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

Issue 2753943002: Disable FileReaderSync in service workers. (Closed)
Patch Set: remove entry from UseCounter.h as well Created 3 years, 9 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 d7500bd727499fe05dfefc4c626af9da114e225a..97a2585a221f482beace77d9bd4637ae8df5898a 100644
--- a/third_party/WebKit/Source/core/frame/Deprecation.cpp
+++ b/third_party/WebKit/Source/core/frame/Deprecation.cpp
@@ -394,10 +394,6 @@ String Deprecation::deprecationMessage(UseCounter::Feature feature) {
"-internal-media-controls-overlay-cast-button selector", M59,
"5714245488476160");
- case UseCounter::FileReaderSyncInServiceWorker:
- return willBeRemoved("FileReaderSync in service workers", M59,
- "5739144722513920");
-
case UseCounter::CSSZoomReset:
return willBeRemoved("\"zoom: reset\"", M59, "4997605029314560");
« no previous file with comments | « third_party/WebKit/Source/core/fileapi/FileReaderSync.idl ('k') | third_party/WebKit/Source/core/frame/UseCounter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698