Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e504e6b4 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Update deprecation note for Application Cache." into rvc-dev am:...

Merge "Update deprecation note for Application Cache." into rvc-dev am: 6da69cad am: 58eb2d8c am: be4304d8

Change-Id: I957164a12efd66b364a93e76c2d3ad374cc47f6d
parents c9c7c05c be4304d8
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -1121,6 +1121,7 @@ public abstract class WebSettings {
     * @deprecated The Application Cache API is deprecated and this method will
     * @deprecated The Application Cache API is deprecated and this method will
     *             become a no-op on all Android versions once support is
     *             become a no-op on all Android versions once support is
     *             removed in Chromium. Consider using Service Workers instead.
     *             removed in Chromium. Consider using Service Workers instead.
     *             See https://web.dev/appcache-removal/ for more information.
     */
     */
    public abstract void setAppCacheEnabled(boolean flag);
    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
     * @deprecated The Application Cache API is deprecated and this method will
     *             become a no-op on all Android versions once support is
     *             become a no-op on all Android versions once support is
     *             removed in Chromium. Consider using Service Workers instead.
     *             removed in Chromium. Consider using Service Workers instead.
     *             See https://web.dev/appcache-removal/ for more information.
     */
     */
    public abstract void setAppCachePath(String appCachePath);
    public abstract void setAppCachePath(String appCachePath);