summaryrefslogtreecommitdiffstats
path: root/tests/DumpRenderTree/src/com/android/dumprendertree/LayoutTestController.java
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2009-08-19 18:46:34 +0100
committerSteve Block <steveblock@google.com>2009-08-19 22:52:25 +0100
commitdad347c8b83aeb49eafae68774b7bfb59c956977 (patch)
treeb7ce449b83e8f13949561e6c3c8f6d07a3724626 /tests/DumpRenderTree/src/com/android/dumprendertree/LayoutTestController.java
parent77035a31dda76200b4096db49cb58a169ab54b2c (diff)
downloadframeworks_base-dad347c8b83aeb49eafae68774b7bfb59c956977.zip
frameworks_base-dad347c8b83aeb49eafae68774b7bfb59c956977.tar.gz
frameworks_base-dad347c8b83aeb49eafae68774b7bfb59c956977.tar.bz2
Adds the ability to set Geolocation permissions from DumpRenderTree on Android.
Diffstat (limited to 'tests/DumpRenderTree/src/com/android/dumprendertree/LayoutTestController.java')
-rw-r--r--tests/DumpRenderTree/src/com/android/dumprendertree/LayoutTestController.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/DumpRenderTree/src/com/android/dumprendertree/LayoutTestController.java b/tests/DumpRenderTree/src/com/android/dumprendertree/LayoutTestController.java
index e1d802a..f535ed7 100644
--- a/tests/DumpRenderTree/src/com/android/dumprendertree/LayoutTestController.java
+++ b/tests/DumpRenderTree/src/com/android/dumprendertree/LayoutTestController.java
@@ -62,4 +62,7 @@ public interface LayoutTestController {
// For storage tests
public void dumpDatabaseCallbacks();
public void setCanOpenWindows();
+
+ // For Geolocation tests
+ public void setGeolocationPermission(boolean allow);
}