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

Unified Diff: chromecast/browser/android/cast_content_window_android.h

Issue 2643553002: [Chromecast] Reuse the Aura window manager across receiver apps. (Closed)
Patch Set: applied reviewer feedback Created 3 years, 11 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
« no previous file with comments | « chromecast/browser/DEPS ('k') | chromecast/browser/android/cast_content_window_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/browser/android/cast_content_window_android.h
diff --git a/chromecast/browser/android/cast_content_window_android.h b/chromecast/browser/android/cast_content_window_android.h
index ff94bc516f270b571044c131f19ed64f68ab7134..cd3f7ed6a03656a54edd6557ff05d0b3f78acfcc 100644
--- a/chromecast/browser/android/cast_content_window_android.h
+++ b/chromecast/browser/android/cast_content_window_android.h
@@ -33,7 +33,8 @@ class CastContentWindowAndroid : public CastContentWindow,
// CastContentWindow implementation:
void SetTransparent() override;
- void ShowWebContents(content::WebContents* web_contents) override;
+ void ShowWebContents(content::WebContents* web_contents,
+ CastWindowManager* window_manager) override;
std::unique_ptr<content::WebContents> CreateWebContents(
content::BrowserContext* browser_context) override;
« no previous file with comments | « chromecast/browser/DEPS ('k') | chromecast/browser/android/cast_content_window_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698