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

Commit 21099d1d authored by Robin Humble's avatar Robin Humble Committed by Steve Kondik
Browse files

reduce cookie tracking (3/4): add a way to count cookies

Change-Id: Ibc1c8d3160a89de51531a89c5103b47ba2c2c649
parent 3d484b80
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -126,6 +126,14 @@ public class CookieManager {
        throw new MustOverrideException();
    }

    /**
     * Counts number of cookies
     * @hide
     */
    public int countCookies() {
        throw new MustOverrideException();
    }

    /**
     * Removes all cookies.
     */