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

Unified Diff: chromecast/shell/app/cast_main_delegate.h

Issue 467043002: Adds locale strings to Chromecast build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years, 4 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/common/cast_resource_delegate.cc ('k') | chromecast/shell/app/cast_main_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/shell/app/cast_main_delegate.h
diff --git a/chromecast/shell/app/cast_main_delegate.h b/chromecast/shell/app/cast_main_delegate.h
index a9abc90ed4a80a4bc6d7de7cf0b75dc5584a8444..8c9ed620ddd78fdfc847dff7a5ffbf8932ab06a5 100644
--- a/chromecast/shell/app/cast_main_delegate.h
+++ b/chromecast/shell/app/cast_main_delegate.h
@@ -11,6 +11,9 @@
#include "content/public/app/content_main_delegate.h"
namespace chromecast {
+
+class CastResourceDelegate;
+
namespace shell {
class CastContentBrowserClient;
@@ -30,10 +33,11 @@ class CastMainDelegate : public content::ContentMainDelegate {
CreateContentRendererClient() OVERRIDE;
private:
- static void InitializeResourceBundle();
+ void InitializeResourceBundle();
scoped_ptr<CastContentBrowserClient> browser_client_;
scoped_ptr<CastContentRendererClient> renderer_client_;
+ scoped_ptr<CastResourceDelegate> resource_delegate_;
CastContentClient content_client_;
DISALLOW_COPY_AND_ASSIGN(CastMainDelegate);
« no previous file with comments | « chromecast/common/cast_resource_delegate.cc ('k') | chromecast/shell/app/cast_main_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698