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

Unified Diff: chromecast/app/cast_main_delegate.h

Issue 1153173006: Chromecast: use CastContent{Browser,Renderer}Client as a base class. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 6 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 | « no previous file | chromecast/app/cast_main_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/app/cast_main_delegate.h
diff --git a/chromecast/app/cast_main_delegate.h b/chromecast/app/cast_main_delegate.h
index 0fe77690126b78654bfb94ce4ebe9642fc2396b9..36667455e1a6f18b9bfc7717c67a85f2ac00675d 100644
--- a/chromecast/app/cast_main_delegate.h
+++ b/chromecast/app/cast_main_delegate.h
@@ -43,6 +43,9 @@ class CastMainDelegate : public content::ContentMainDelegate {
private:
void InitializeResourceBundle();
+ CastContentBrowserClient* PlatformCreateCastBrowserClient();
+ CastContentRendererClient* PlatformCreateCastRendererClient();
byungchul 2015/06/05 20:46:29 Not necessary
gunsch 2015/06/05 21:01:40 Done.
+
scoped_ptr<CastContentBrowserClient> browser_client_;
scoped_ptr<CastContentRendererClient> renderer_client_;
scoped_ptr<CastResourceDelegate> resource_delegate_;
« no previous file with comments | « no previous file | chromecast/app/cast_main_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698