| 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 ef7ddf13ce541fc0a97bf94e53a9f17dd17a510c..b3855219730a1717152dcf32f68e7f81b74dc3c8 100644
|
| --- a/chrome/browser/history/history_service_factory.cc
|
| +++ b/chrome/browser/history/history_service_factory.cc
|
| @@ -83,7 +83,6 @@ KeyedService* HistoryServiceFactory::BuildServiceInstanceFor(
|
| BookmarkModelFactory::GetForProfile(profile))),
|
| make_scoped_ptr(new history::ContentVisitDelegate(profile))));
|
| if (!history_service->Init(
|
| - profile->GetPrefs()->GetString(prefs::kAcceptLanguages),
|
| history::HistoryDatabaseParamsForPath(profile->GetPath()))) {
|
| return nullptr;
|
| }
|
|
|