summaryrefslogtreecommitdiff
path: root/core/java/android/webkit/MockGeolocation.java
diff options
context:
space:
mode:
authorGrace Kloba <klobag@google.com>2009-10-22 12:17:20 -0700
committerGrace Kloba <klobag@google.com>2009-11-07 10:39:07 -0800
commit0691ad50ca6b7a2968a0b95e1e9bb7228dd47d65 (patch)
treec1ceebad37ac22e334c3ce8388f8bb746de0d9f7 /core/java/android/webkit/MockGeolocation.java
parent638d86535264b24b54698fca7e18e68571fe0bad (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/MockGeolocation.java')
-rw-r--r--core/java/android/webkit/MockGeolocation.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/webkit/MockGeolocation.java b/core/java/android/webkit/MockGeolocation.java
index 028cb196a997..fbda4924da0e 100644
--- a/core/java/android/webkit/MockGeolocation.java
+++ b/core/java/android/webkit/MockGeolocation.java
@@ -19,7 +19,7 @@ package android.webkit;
/**
* This class is simply a container for the methods used to configure WebKit's
* mock Geolocation service for use in LayoutTests.
- * @hide Pending API council review.
+ * @hide
*/
public final class MockGeolocation {