summaryrefslogtreecommitdiffstats
path: root/src/com/android/browser/WebViewController.java
diff options
context:
space:
mode:
authorBen Murdoch <benm@google.com>2012-01-11 10:56:43 +0000
committerBen Murdoch <benm@google.com>2012-04-13 14:03:56 +0100
commit8cad413fe902010140cf20aad47c2f4e7a51f8d2 (patch)
tree105ee0228d351fa1d27c681846e2a229017e7452 /src/com/android/browser/WebViewController.java
parent981bd08923014c7208f7b59fbe6a00db90c24e22 (diff)
downloadandroid_packages_apps_Gello-8cad413fe902010140cf20aad47c2f4e7a51f8d2.tar.gz
android_packages_apps_Gello-8cad413fe902010140cf20aad47c2f4e7a51f8d2.tar.bz2
android_packages_apps_Gello-8cad413fe902010140cf20aad47c2f4e7a51f8d2.zip
Add support for HTML Media Capture "capture" attribute.
Receive the value for the new "capture" attribute on HTML file pickers, and do the right thing with it. Requires changes in WebKit (I0a921be31fda79a43c05da4fe22d9c808d92709c) and the framework (I494adc1274ca21ce8fe52a6c7b6b758217927e66). Bug: 5771207 Change-Id: I38dfe2df043fdba1388384dbd3b5370737eb38e5
Diffstat (limited to 'src/com/android/browser/WebViewController.java')
-rw-r--r--src/com/android/browser/WebViewController.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/browser/WebViewController.java b/src/com/android/browser/WebViewController.java
index 20027e00..30eec4f1 100644
--- a/src/com/android/browser/WebViewController.java
+++ b/src/com/android/browser/WebViewController.java
@@ -97,7 +97,7 @@ public interface WebViewController {
void onUpdatedSecurityState(Tab tab);
- void openFileChooser(ValueCallback<Uri> uploadMsg, String acceptType);
+ void openFileChooser(ValueCallback<Uri> uploadMsg, String acceptType, String capture);
void endActionMode();