Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5044)

Unified Diff: content/shell/browser/shell.h

Issue 2353063005: Refactor ContentViewClient (1/6) (Closed)
Patch Set: cast to activity Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
« no previous file with comments | « content/shell/android/java/src/org/chromium/content_shell/ShellManager.java ('k') | content/shell/browser/shell_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698