Loading core/java/android/webkit/CacheManager.java +0 −9 Original line number Diff line number Diff line Loading @@ -181,11 +181,6 @@ public final class CacheManager { removeAllCacheFiles(); mClearCacheOnInit = false; } // If we're using the Chrome HTTP stack, disable the cache. // Chrome has its own cache, and we don't provide programmatic access to it. if (JniUtil.useChromiumHttpStack()) { setCacheDisabled(true); } } /** Loading Loading @@ -238,10 +233,6 @@ public final class CacheManager { if (mDisabled) { removeAllCacheFiles(); } if (!mDisabled && JniUtil.useChromiumHttpStack()) { Log.w(LOGTAG, "CacheManager enabled, but it will not work as " + "expected because the Chrome HTTP stack is in use."); } } /** Loading Loading
core/java/android/webkit/CacheManager.java +0 −9 Original line number Diff line number Diff line Loading @@ -181,11 +181,6 @@ public final class CacheManager { removeAllCacheFiles(); mClearCacheOnInit = false; } // If we're using the Chrome HTTP stack, disable the cache. // Chrome has its own cache, and we don't provide programmatic access to it. if (JniUtil.useChromiumHttpStack()) { setCacheDisabled(true); } } /** Loading Loading @@ -238,10 +233,6 @@ public final class CacheManager { if (mDisabled) { removeAllCacheFiles(); } if (!mDisabled && JniUtil.useChromiumHttpStack()) { Log.w(LOGTAG, "CacheManager enabled, but it will not work as " + "expected because the Chrome HTTP stack is in use."); } } /** Loading