Chromium Code Reviews| Index: chrome/browser/chrome_content_browser_client.h |
| diff --git a/chrome/browser/chrome_content_browser_client.h b/chrome/browser/chrome_content_browser_client.h |
| index d8fb3232ece1b37519514dc701265d49c1e0e892..5a5978146d01612c38479f3e8329447cac540401 100644 |
| --- a/chrome/browser/chrome_content_browser_client.h |
| +++ b/chrome/browser/chrome_content_browser_client.h |
| @@ -11,12 +11,17 @@ |
| #include "base/compiler_specific.h" |
| #include "content/public/browser/content_browser_client.h" |
| +namespace content { |
| +class BrowserMainParts; |
|
jam
2011/10/25 06:11:28
nit: not needed, since this is already in content_
stevenjb
2011/10/25 19:21:18
Done.
|
| +} |
| + |
| namespace chrome { |
| class ChromeContentBrowserClient : public content::ContentBrowserClient { |
| public: |
| - virtual content::BrowserMainParts* CreateBrowserMainParts( |
| - const MainFunctionParams& parameters) OVERRIDE; |
| + virtual void CreateBrowserMainParts( |
| + const MainFunctionParams& parameters, |
| + std::vector<content::BrowserMainParts*>& parts_list) OVERRIDE; |
| virtual RenderWidgetHostView* CreateViewForWidget( |
| RenderWidgetHost* widget) OVERRIDE; |
| virtual TabContentsView* CreateTabContentsView( |