diff options
| author | Grace Kloba <klobag@google.com> | 2009-10-22 12:17:20 -0700 |
|---|---|---|
| committer | Grace Kloba <klobag@google.com> | 2009-11-07 10:39:07 -0800 |
| commit | 0691ad50ca6b7a2968a0b95e1e9bb7228dd47d65 (patch) | |
| tree | c1ceebad37ac22e334c3ce8388f8bb746de0d9f7 /core/java/android/webkit/CacheManager.java | |
| parent | 638d86535264b24b54698fca7e18e68571fe0bad (diff) | |
Remove "@hide pending API council" in webkit to expose
the apis to SDK.
Remove @hide in GeolocationPermissions and WebStorage
to expose them to the SDK users.
Remove @hide for freeMemory() in WebView.
Remove @hide comment in CallbackProxy and
GoogleLocationSettingManager as they are not public class.
Diffstat (limited to 'core/java/android/webkit/CacheManager.java')
| -rw-r--r-- | core/java/android/webkit/CacheManager.java | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/core/java/android/webkit/CacheManager.java b/core/java/android/webkit/CacheManager.java index 02e8d6f358f2..75028deac943 100644 --- a/core/java/android/webkit/CacheManager.java +++ b/core/java/android/webkit/CacheManager.java @@ -109,9 +109,6 @@ public final class CacheManager { return expires; } - /** - * @hide Pending API council approval - */ public String getExpiresString() { return expiresString; } @@ -136,9 +133,6 @@ public final class CacheManager { return encoding; } - /** - * @hide Pending API council approval - */ public String getContentDisposition() { return contentdisposition; } |
