Chromium Code Reviews| Index: content/browser/web_contents/web_contents_impl.h |
| diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h |
| index 005b59137c8b24e68ce6b4ef353f1d8f82679304..fe633a9e6958cb1b513e5b8423f46ca53d450ac9 100644 |
| --- a/content/browser/web_contents/web_contents_impl.h |
| +++ b/content/browser/web_contents/web_contents_impl.h |
| @@ -362,6 +362,7 @@ class CONTENT_EXPORT WebContentsImpl |
| #if defined(OS_ANDROID) |
| base::android::ScopedJavaLocalRef<jobject> GetJavaWebContents() override; |
| virtual WebContentsAndroid* GetWebContentsAndroid(); |
| + MediaControlsDelegate* GetMediaControlsDelegate() override; |
|
mlamouri (slow - plz ping)
2015/06/18 16:43:23
I would be tempted to say that this could be decla
|
| #elif defined(OS_MACOSX) |
| void SetAllowOtherViews(bool allow) override; |
| bool GetAllowOtherViews() override; |