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

Commit 5980e5d8 authored by Koushik Dutta's avatar Koushik Dutta
Browse files

Fix the build. This changes/breaks public API.

Change-Id: I2ffa2619d87fbe3d3b1d1ef1b9be5ace78707996
parent ac203af3
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -192,6 +192,9 @@ public final class CookieSyncManager extends WebSyncManager {
        }
        }
    }
    }


    /*
    * @hide
    */
    public void clearRamCache(long fromTime){
    public void clearRamCache(long fromTime){
        ArrayList<Cookie> cookieList = CookieManager.getInstance()
        ArrayList<Cookie> cookieList = CookieManager.getInstance()
                .getUpdatedCookiesSince(fromTime);
                .getUpdatedCookiesSince(fromTime);