diff options
| author | Mike LeBeau <mlebeau@android.com> | 2009-09-29 19:40:28 -0700 |
|---|---|---|
| committer | Mike LeBeau <mlebeau@android.com> | 2009-09-29 19:40:28 -0700 |
| commit | 2e4dbe70e7c0fe003dab0837fd1dba2703bdd6e2 (patch) | |
| tree | 321d46e13922fcdf8e7bec427730a6ba32f1ff61 /core/java/android/webkit/WebChromeClient.java | |
| parent | a4c96aa2fadb0c8642a2c8da5f8368cc3de06ed0 (diff) | |
Unhide APIs for enabling geolocation in web views. I've confirmed
with Grace that these are okay to unhide.
Diffstat (limited to 'core/java/android/webkit/WebChromeClient.java')
| -rw-r--r-- | core/java/android/webkit/WebChromeClient.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/java/android/webkit/WebChromeClient.java b/core/java/android/webkit/WebChromeClient.java index 1ae1d85a19c5..bbc567d71075 100644 --- a/core/java/android/webkit/WebChromeClient.java +++ b/core/java/android/webkit/WebChromeClient.java @@ -240,14 +240,12 @@ public class WebChromeClient { /** * Instructs the client to show a prompt to ask the user to set the * Geolocation permission state for the specified origin. - * @hide pending API council approval. */ public void onGeolocationPermissionsShowPrompt(String origin, GeolocationPermissions.Callback callback) {} /** * Instructs the client to hide the Geolocation permissions prompt. - * @hide pending API council approval. */ public void onGeolocationPermissionsHidePrompt() {} |
