| Index: chrome/browser/chrome_content_browser_client.h
|
| ===================================================================
|
| --- chrome/browser/chrome_content_browser_client.h (revision 110349)
|
| +++ chrome/browser/chrome_content_browser_client.h (working copy)
|
| @@ -15,8 +15,9 @@
|
|
|
| class ChromeContentBrowserClient : public content::ContentBrowserClient {
|
| public:
|
| - virtual content::BrowserMainParts* CreateBrowserMainParts(
|
| - const content::MainFunctionParams& parameters) OVERRIDE;
|
| + virtual void CreateBrowserMainParts(
|
| + const content::MainFunctionParams& parameters,
|
| + std::vector<content::BrowserMainParts*>* parts_list) OVERRIDE;
|
| virtual RenderWidgetHostView* CreateViewForWidget(
|
| RenderWidgetHost* widget) OVERRIDE;
|
| virtual TabContentsView* CreateTabContentsView(
|
|
|