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

Unified Diff: chromecast/browser/android/cast_window_android.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: chromecast/browser/android/cast_window_android.h
diff --git a/chromecast/browser/android/cast_window_android.h b/chromecast/browser/android/cast_window_android.h
index 3cb45ef62aeaf33c8a2d59e1d643bd3e589c7a07..5a01ccafdd6f131363423f5b508156b1e676648f 100644
--- a/chromecast/browser/android/cast_window_android.h
+++ b/chromecast/browser/android/cast_window_android.h
@@ -69,6 +69,8 @@ class CastWindowAndroid : public content::WebContentsDelegate,
int32_t line_no,
const base::string16& source_id) override;
void ActivateContents(content::WebContents* contents) override;
+ base::android::ScopedJavaLocalRef<jobject>
+ GetContentVideoViewEmbedder() override;
// content::WebContentsObserver implementation:
void RenderProcessGone(base::TerminationStatus status) override;

Powered by Google App Engine
This is Rietveld 408576698