| Index: chrome/browser/history/history_service_factory.cc
|
| diff --git a/chrome/browser/history/history_service_factory.cc b/chrome/browser/history/history_service_factory.cc
|
| index 813c0a083a73fa416a6cfcea7ed7be5846749733..0c22d0facddf1afc47df483e42c3455d253be251 100644
|
| --- a/chrome/browser/history/history_service_factory.cc
|
| +++ b/chrome/browser/history/history_service_factory.cc
|
| @@ -80,3 +80,7 @@ bool HistoryServiceFactory::ServiceRedirectedInIncognito() const {
|
| bool HistoryServiceFactory::ServiceIsNULLWhileTesting() const {
|
| return true;
|
| }
|
| +
|
| +bool HistoryServiceFactory::ServiceIsNULLOnImportProcess() const {
|
| + return false;
|
| +}
|
|
|