| 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 1e18a1bf4da61f2cf804c2d364cccce26225c80c..4ffedd4a831bcc9036a22e4b7d28d5abd4905638 100644
|
| --- a/content/browser/web_contents/web_contents_android.h
|
| +++ b/content/browser/web_contents/web_contents_android.h
|
| @@ -65,7 +65,6 @@ 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);
|
|
|