| Index: chrome/browser/extensions/api/tabs/ash_panel_contents.cc
|
| diff --git a/chrome/browser/extensions/api/tabs/ash_panel_contents.cc b/chrome/browser/extensions/api/tabs/ash_panel_contents.cc
|
| index 085678ef52b76c5f799599c7b40619f38a20dbb0..3b8620e832e26c6bf50e752fef8e60dc53e1323b 100644
|
| --- a/chrome/browser/extensions/api/tabs/ash_panel_contents.cc
|
| +++ b/chrome/browser/extensions/api/tabs/ash_panel_contents.cc
|
| @@ -191,7 +191,7 @@ void AshPanelContents::Initialize(content::BrowserContext* context,
|
| content::WebContentsObserver::Observe(web_contents_.get());
|
| }
|
|
|
| -void AshPanelContents::LoadContents(int32 creator_process_id) {
|
| +void AshPanelContents::LoadContents() {
|
| // This must be created after the native window has been created.
|
| window_controller_.reset(new AshPanelWindowController(
|
| host_, Profile::FromBrowserContext(host_->browser_context())));
|
|
|