| Index: chrome/browser/tab_contents/background_contents.cc
|
| diff --git a/chrome/browser/tab_contents/background_contents.cc b/chrome/browser/tab_contents/background_contents.cc
|
| index e14e54eeba1d22ffd0a4fef8aa815300efae127a..9097b44955a1dbcfe0322ae8bbaad80f77535810 100644
|
| --- a/chrome/browser/tab_contents/background_contents.cc
|
| +++ b/chrome/browser/tab_contents/background_contents.cc
|
| @@ -31,7 +31,7 @@ BackgroundContents::BackgroundContents(SiteInstance* site_instance,
|
|
|
| // TODO(rafaelw): Implement correct session storage.
|
| web_contents_.reset(WebContents::Create(
|
| - profile_, site_instance, routing_id, NULL, NULL));
|
| + profile_, site_instance, routing_id, NULL));
|
| chrome::SetViewType(
|
| web_contents_.get(), chrome::VIEW_TYPE_BACKGROUND_CONTENTS);
|
| web_contents_->SetDelegate(this);
|
|
|