am c40fc871: Need to sync the cache settings to native side

* commit 'c40fc87147baffa2a71d66550a0f99ca2524f4b9':
  Need to sync the cache settings to native side
This commit is contained in:
Kristian Monsen
2011-01-19 08:08:08 -08:00
committed by Android Git Automerger

View File

@@ -1569,6 +1569,7 @@ public class WebSettings {
public void setCacheMode(int mode) {
if (mode != mOverrideCacheMode) {
mOverrideCacheMode = mode;
postSync();
}
}