| Index: chrome/browser/search/instant_service.cc
|
| diff --git a/chrome/browser/search/instant_service.cc b/chrome/browser/search/instant_service.cc
|
| index 9fd8585be3cc1650e44b075128c66e31cfb48184..525bea21e139e14300cea91213b24c33b5442473 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());
|
| }
|
|
|
|
|