| Index: chrome/browser/tab_contents/tab_util.cc
|
| diff --git a/chrome/browser/tab_contents/tab_util.cc b/chrome/browser/tab_contents/tab_util.cc
|
| index 9d82f22c2ca3c5627145799babb7fe05a1e93bb8..fae1201076d8a0dbfe4a4711f408cdd4ba0375d4 100644
|
| --- a/chrome/browser/tab_contents/tab_util.cc
|
| +++ b/chrome/browser/tab_contents/tab_util.cc
|
| @@ -38,7 +38,7 @@ SiteInstance* GetSiteInstanceForNewTab(Profile* profile,
|
| if (ChromeWebUIControllerFactory::GetInstance()->UseWebUIForURL(
|
| profile, url) ||
|
| (service &&
|
| - service->extensions()->GetHostedAppByURL(ExtensionURLInfo(url)))) {
|
| + service->extensions()->GetHostedAppByURL(url))) {
|
| return SiteInstance::CreateForURL(profile, url);
|
| }
|
|
|
|
|