diff options
Diffstat (limited to 'core/java/android/webkit/WebSettings.java')
| -rw-r--r-- | core/java/android/webkit/WebSettings.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/java/android/webkit/WebSettings.java b/core/java/android/webkit/WebSettings.java index 0cfcb95eac61..4fedec93dda3 100644 --- a/core/java/android/webkit/WebSettings.java +++ b/core/java/android/webkit/WebSettings.java @@ -1005,7 +1005,6 @@ public class WebSettings { * @param databasePath String path to the directory where the Geolocation * permissions database should be saved. May be the empty string but * should never be null. - * @hide pending api council approval */ public synchronized void setGeolocationDatabasePath(String databasePath) { if (databasePath != null && !databasePath.equals(mDatabasePath)) { @@ -1122,7 +1121,6 @@ public class WebSettings { /** * Sets whether Geolocation is enabled. * @param flag Whether Geolocation should be enabled. - * @hide pending api council approval */ public synchronized void setGeolocationEnabled(boolean flag) { if (mGeolocationEnabled != flag) { |
