| Index: content/shell/browser/shell.h
|
| diff --git a/content/shell/browser/shell.h b/content/shell/browser/shell.h
|
| index bbf44ca31b1ed58fe0878bf77cb7946f8cb87055..708b3d572e1ca5b285c9dad78f5113e56b9a9700 100644
|
| --- a/content/shell/browser/shell.h
|
| +++ b/content/shell/browser/shell.h
|
| @@ -128,6 +128,8 @@ class Shell : public WebContentsDelegate,
|
| bool to_different_document) override;
|
| #if defined(OS_ANDROID)
|
| void LoadProgressChanged(WebContents* source, double progress) override;
|
| + base::android::ScopedJavaLocalRef<jobject>
|
| + GetContentVideoViewEmbedder() override;
|
| #endif
|
| void EnterFullscreenModeForTab(WebContents* web_contents,
|
| const GURL& origin) override;
|
|
|