| Index: content/public/browser/android/content_view_core.h
|
| diff --git a/content/public/browser/android/content_view_core.h b/content/public/browser/android/content_view_core.h
|
| index 79be4c4c12036e0e2b10de608635b5c1f48f0397..032a5b4eb5468a426b045ed988a7cefed65a6e9d 100644
|
| --- a/content/public/browser/android/content_view_core.h
|
| +++ b/content/public/browser/android/content_view_core.h
|
| @@ -40,6 +40,7 @@ class CONTENT_EXPORT ContentViewCore {
|
| static ContentViewCore* FromWebContents(WebContents* web_contents);
|
| static ContentViewCore* GetNativeContentViewCore(JNIEnv* env, jobject obj);
|
|
|
| + virtual void SetMediaAutoplayEnabled(bool is_enabled) = 0;
|
| virtual WebContents* GetWebContents() const = 0;
|
| virtual base::android::ScopedJavaLocalRef<jobject> GetJavaObject() = 0;
|
| virtual ui::ViewAndroid* GetViewAndroid() const = 0;
|
|
|