Chromium Code Reviews| Index: content/shell/shell.cc |
| diff --git a/content/shell/shell.cc b/content/shell/shell.cc |
| index ce7e8f41a7e7243a7dcd455acaf3c15aaf34775a..664554e517df77a63da7e3ddc527edf180f47308 100644 |
| --- a/content/shell/shell.cc |
| +++ b/content/shell/shell.cc |
| @@ -126,6 +126,11 @@ Shell* Shell::FromRenderViewHost(RenderViewHost* rvh) { |
| return NULL; |
| } |
| +// static |
| +void Shell::Initialize() { |
| + PlatformInitialize(gfx::Size(kTestWindowWidth, kTestWindowHeight)); |
|
sky
2013/01/23 22:12:10
Why the two Initialize variants? Can't the ones th
Nayan
2013/01/23 22:23:10
This change was made to address jochen's comment -
|
| +} |
| + |
| Shell* Shell::CreateNewWindow(BrowserContext* browser_context, |
| const GURL& url, |
| SiteInstance* site_instance, |