summaryrefslogtreecommitdiff
path: root/core/java/android/webkit/WebResourceRequest.java
diff options
context:
space:
mode:
authorMarcin Kosiba <mkosiba@google.com>2014-09-12 18:21:58 +0100
committerMarcin Kosiba <mkosiba@google.com>2014-09-12 18:24:49 +0100
commit288e7de22ef831235a5d7640cd228dfc467b4f19 (patch)
tree7ec705148961c23d0301f5c223c50c4357fd337c /core/java/android/webkit/WebResourceRequest.java
parenta6c52ac6244d2666c48f51a999c78d588b0328f5 (diff)
Remove an @removed member of andorid.webkit.WebResourceResponse.
BUG: 17253647 Change-Id: I02f4f0600a09ceb3b68ba2698b80e413e7511663
Diffstat (limited to 'core/java/android/webkit/WebResourceRequest.java')
-rw-r--r--core/java/android/webkit/WebResourceRequest.java11
1 files changed, 1 insertions, 10 deletions
diff --git a/core/java/android/webkit/WebResourceRequest.java b/core/java/android/webkit/WebResourceRequest.java
index b46ac9a54223..2185658de37a 100644
--- a/core/java/android/webkit/WebResourceRequest.java
+++ b/core/java/android/webkit/WebResourceRequest.java
@@ -41,21 +41,12 @@ public interface WebResourceRequest {
boolean isForMainFrame();
/**
- * Gets whether a gesture (such as a link click) was associated with the request.
- * <p>
- * <strong>IMPORTANT:</strong>
- * This should not be used to implement any form of security. It is possible for the content
- * to spoof this.
+ * Gets whether a gesture (such as a click) was associated with the request.
*
* @return whether a gesture was associated with the request.
*/
boolean hasGesture();
- /*
- * @removed
- */
- boolean hasUserGestureInsecure();
-
/**
* Gets the method associated with the request, for example "GET".
*