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

Unified Diff: content/shell/shell_main_delegate.h

Issue 10832014: Move the browser tests inside content/renderer to run under content_browsertests. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix mac Created 8 years, 5 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 | « content/renderer/renderer_accessibility_browsertest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/shell_main_delegate.h
===================================================================
--- content/shell/shell_main_delegate.h (revision 148353)
+++ content/shell/shell_main_delegate.h (working copy)
@@ -32,9 +32,9 @@
virtual ContentBrowserClient* CreateContentBrowserClient() OVERRIDE;
virtual ContentRendererClient* CreateContentRendererClient() OVERRIDE;
+ static void InitializeResourceBundle();
+
private:
- void InitializeResourceBundle();
-
scoped_ptr<ShellContentBrowserClient> browser_client_;
scoped_ptr<ShellContentRendererClient> renderer_client_;
ShellContentClient content_client_;
« no previous file with comments | « content/renderer/renderer_accessibility_browsertest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698