| Index: chrome/browser/instant/instant_service.cc
|
| diff --git a/chrome/browser/instant/instant_service.cc b/chrome/browser/instant/instant_service.cc
|
| index 9482a8f9ff59e8f1dccacd05610667ed91b0fd9d..0c9a859a91fb2b8630f966c915d8e0b775f8a0dc 100644
|
| --- a/chrome/browser/instant/instant_service.cc
|
| +++ b/chrome/browser/instant/instant_service.cc
|
| @@ -8,6 +8,7 @@
|
| #include "chrome/browser/history/history_notifications.h"
|
| #include "chrome/browser/instant/instant_io_context.h"
|
| #include "chrome/browser/instant/instant_service_factory.h"
|
| +#include "chrome/browser/instant/local_ntp_source.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "chrome/browser/ui/webui/ntp/thumbnail_source.h"
|
| #include "chrome/common/chrome_notification_types.h"
|
| @@ -60,6 +61,7 @@ InstantService::InstantService(Profile* profile)
|
| }
|
|
|
| content::URLDataSource::Add(profile, new ThumbnailSource(profile));
|
| + content::URLDataSource::Add(profile, new LocalNTPSource());
|
| }
|
|
|
| InstantService::~InstantService() {
|
|
|