| Index: chrome/browser/ui/extensions/shell_window.cc
|
| diff --git a/chrome/browser/ui/extensions/shell_window.cc b/chrome/browser/ui/extensions/shell_window.cc
|
| index 45e04b6be3ff96f3f46a6066f9537d6a654a88ee..60f52ea330428e9bbe8a685bce4046052f73e7b7 100644
|
| --- a/chrome/browser/ui/extensions/shell_window.cc
|
| +++ b/chrome/browser/ui/extensions/shell_window.cc
|
| @@ -89,7 +89,7 @@ ShellWindow::ShellWindow(Profile* profile,
|
| // subclass are not yet in place, since it's still halfway through its
|
| // constructor. As a result, overridden virtual methods won't be called.
|
| web_contents_ = WebContents::Create(
|
| - profile, SiteInstance::CreateForURL(profile, url), MSG_ROUTING_NONE, NULL,
|
| + profile, SiteInstance::CreateForURL(profile, url), MSG_ROUTING_NONE,
|
| NULL);
|
| contents_.reset(new TabContents(web_contents_));
|
| content::WebContentsObserver::Observe(web_contents_);
|
|
|