| Index: chrome/browser/ui/browser_navigator.cc
|
| diff --git a/chrome/browser/ui/browser_navigator.cc b/chrome/browser/ui/browser_navigator.cc
|
| index d5573b14822ddbe78021bebb66e63591bfd47f61..b1c144e652bdfd32f57a5f9c641f70ec3076a9a5 100644
|
| --- a/chrome/browser/ui/browser_navigator.cc
|
| +++ b/chrome/browser/ui/browser_navigator.cc
|
| @@ -36,6 +36,7 @@
|
| #include "content/public/browser/notification_service.h"
|
| #include "content/public/browser/render_view_host.h"
|
| #include "content/public/browser/web_contents.h"
|
| +#include "content/public/browser/web_contents_source.h"
|
|
|
| #if defined(USE_ASH)
|
| #include "chrome/browser/ui/ash/multi_user/multi_user_window_manager.h"
|
| @@ -371,6 +372,8 @@ content::WebContents* CreateTargetContents(const chrome::NavigateParams& params,
|
| #endif
|
|
|
| WebContents* target_contents = WebContents::Create(create_params);
|
| + WebContentsSource::CreateForWebContentsAndLocation(target_contents,
|
| + FROM_HERE);
|
|
|
| // New tabs can have WebUI URLs that will make calls back to arbitrary
|
| // tab helpers, so the entire set of tab helpers needs to be set up
|
|
|