Merge "Update deprecation note for Application Cache." into rvc-dev am: 6da69cadba am: 58eb2d8c64

Change-Id: Ib165018ee9d530e4f7811a0db2cb3309d1465858
This commit is contained in:
TreeHugger Robot
2020-05-18 19:24:27 +00:00
committed by Automerger Merge Worker

View File

@@ -1121,6 +1121,7 @@ public abstract class WebSettings {
* @deprecated The Application Cache API is deprecated and this method will
* become a no-op on all Android versions once support is
* removed in Chromium. Consider using Service Workers instead.
* See https://web.dev/appcache-removal/ for more information.
*/
public abstract void setAppCacheEnabled(boolean flag);
@@ -1136,6 +1137,7 @@ public abstract class WebSettings {
* @deprecated The Application Cache API is deprecated and this method will
* become a no-op on all Android versions once support is
* removed in Chromium. Consider using Service Workers instead.
* See https://web.dev/appcache-removal/ for more information.
*/
public abstract void setAppCachePath(String appCachePath);