| Index: content/browser/web_contents/web_contents_android.h
|
| diff --git a/content/browser/web_contents/web_contents_android.h b/content/browser/web_contents/web_contents_android.h
|
| index efd522edc666e3cee01ff792292997f4b90352de..514481794eedc0fd29bb8183fcce3674e5c0385d 100644
|
| --- a/content/browser/web_contents/web_contents_android.h
|
| +++ b/content/browser/web_contents/web_contents_android.h
|
| @@ -64,7 +64,9 @@ class CONTENT_EXPORT WebContentsAndroid
|
|
|
| void OnHide(JNIEnv* env, jobject obj);
|
| void OnShow(JNIEnv* env, jobject obj);
|
| + void ReleaseMediaPlayers(JNIEnv* env, jobject jobj);
|
| void PauseVideo();
|
| +
|
| void AddStyleSheetByURL(
|
| JNIEnv* env, jobject obj, jstring url);
|
| void ShowInterstitialPage(
|
|
|