diff --git a/core/java/android/webkit/CacheManager.java b/core/java/android/webkit/CacheManager.java index 910d7b2cfe773..c167414120034 100644 --- a/core/java/android/webkit/CacheManager.java +++ b/core/java/android/webkit/CacheManager.java @@ -74,6 +74,11 @@ public final class CacheManager { // Flag to clear the cache when the CacheManager is initialized private static boolean mClearCacheOnInit = false; + /** + * This class represents a resource retrieved from the HTTP cache. + * Instances of this class can be obtained by invoking the + * CacheManager.getCacheFile() method. + */ public static class CacheResult { // these fields are saved to the database int httpStatusCode; diff --git a/core/java/android/webkit/WebChromeClient.java b/core/java/android/webkit/WebChromeClient.java index 6adac0bc65d80..dd494e1ed0b0b 100644 --- a/core/java/android/webkit/WebChromeClient.java +++ b/core/java/android/webkit/WebChromeClient.java @@ -266,20 +266,25 @@ public class WebChromeClient { public void addMessageToConsole(String message, int lineNumber, String sourceID) {} /** - * Ask the host application for an icon to represent a