| Index: chrome/browser/search/instant_service.cc
|
| diff --git a/chrome/browser/search/instant_service.cc b/chrome/browser/search/instant_service.cc
|
| index b1c842da2c22f0d8e582cce3ca696434f9c10791..20fb466b20aeb8e02b938c4b8381b3218a8ff353 100644
|
| --- a/chrome/browser/search/instant_service.cc
|
| +++ b/chrome/browser/search/instant_service.cc
|
| @@ -93,7 +93,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());
|
| }
|
|
|
|
|