Chromium Code Reviews| Index: chrome/android/java/src/org/chromium/chrome/browser/ChromeWebContentsDelegateAndroid.java |
| diff --git a/chrome/android/java/src/org/chromium/chrome/browser/ChromeWebContentsDelegateAndroid.java b/chrome/android/java/src/org/chromium/chrome/browser/ChromeWebContentsDelegateAndroid.java |
| index 316852ab056c707e20e23d22c0dfbe19ef6c8ddb..8e69a0f106853ff1bf18a6fce106c1ff1d5f8451 100644 |
| --- a/chrome/android/java/src/org/chromium/chrome/browser/ChromeWebContentsDelegateAndroid.java |
| +++ b/chrome/android/java/src/org/chromium/chrome/browser/ChromeWebContentsDelegateAndroid.java |
| @@ -71,4 +71,5 @@ public class ChromeWebContentsDelegateAndroid extends WebContentsDelegateAndroid |
| protected static native boolean nativeIsCapturingAudio(WebContents webContents); |
| protected static native boolean nativeIsCapturingVideo(WebContents webContents); |
| + protected static native boolean nativeIsPlayingAudio(WebContents webContents); |
|
qinmin
2015/03/02 22:55:41
The function name isn't really correct. nativeHasA
Tima Vaisburd
2015/03/02 23:30:06
Renamed this method.
|
| } |