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

Commit b1affa17 authored by Steve Block's avatar Steve Block
Browse files

Make LoadListener.willLoadFromCache() private

This is only called only via JNI. Clean-up only, no functional change.

Change-Id: I8d4ef85ac7634333b3b2283ff12afd7b6a99095f
parent dbbb1752
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -985,7 +985,7 @@ class LoadListener extends Handler implements EventHandler {
     * be used. This is just for forward/back navigation to a POST
     * URL.
     */
    static boolean willLoadFromCache(String url, long identifier) {
    private static boolean willLoadFromCache(String url, long identifier) {
        assert !JniUtil.useChromiumHttpStack();
        boolean inCache =
                CacheManager.getCacheFile(url, identifier, null) != null;