| Index: chrome/browser/search/instant_service.cc
|
| diff --git a/chrome/browser/search/instant_service.cc b/chrome/browser/search/instant_service.cc
|
| index 36cbe0fae3b7114e0941cf67f762feb8df32de26..0e5447669fdd2cc46963379033d804f0d2ac1947 100644
|
| --- a/chrome/browser/search/instant_service.cc
|
| +++ b/chrome/browser/search/instant_service.cc
|
| @@ -77,7 +77,7 @@ InstantService::InstantService(Profile* profile)
|
| content::URLDataSource::Add(profile, new ThumbnailSource(profile));
|
| content::URLDataSource::Add(profile, new FaviconSource(
|
| profile, FaviconSource::FAVICON));
|
| - content::URLDataSource::Add(profile, new LocalNtpSource());
|
| + content::URLDataSource::Add(profile, new LocalNtpSource(profile));
|
| content::URLDataSource::Add(profile, new MostVisitedIframeSource());
|
| }
|
|
|
|
|