| 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_;
|
|
|