Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2858)

Unified Diff: android_webview/java/src/org/chromium/android_webview/AwWebContentsDelegate.java

Issue 2735633004: HTML Media Capture: update capture attribute to use string. (Closed)
Patch Set: Fix for android webview Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: android_webview/java/src/org/chromium/android_webview/AwWebContentsDelegate.java
diff --git a/android_webview/java/src/org/chromium/android_webview/AwWebContentsDelegate.java b/android_webview/java/src/org/chromium/android_webview/AwWebContentsDelegate.java
index 14550284be0b2fe91d61cdfa1ede7e791a4a7c94..1bb548a0f121e761c4977a1114212c1c80adae31 100644
--- a/android_webview/java/src/org/chromium/android_webview/AwWebContentsDelegate.java
+++ b/android_webview/java/src/org/chromium/android_webview/AwWebContentsDelegate.java
@@ -21,7 +21,7 @@ public abstract class AwWebContentsDelegate extends WebContentsDelegateAndroid {
// Callback filesSelectedInChooser() when done.
@CalledByNative
public abstract void runFileChooser(int processId, int renderId, int modeFlags,
- String acceptTypes, String title, String defaultFilename, boolean capture);
+ String acceptTypes, String title, String defaultFilename, String capture);
@CalledByNative
public abstract boolean addNewContents(boolean isDialog, boolean isUserGesture);

Powered by Google App Engine
This is Rietveld 408576698