diff -r afcd8e6d025b -r 6aeb7a756187 browsercore/appfw/Api/Managers/HistoryManager.cpp --- a/browsercore/appfw/Api/Managers/HistoryManager.cpp Fri Sep 17 12:11:40 2010 -0400 +++ b/browsercore/appfw/Api/Managers/HistoryManager.cpp Thu Sep 23 15:32:11 2010 -0400 @@ -273,3 +273,9 @@ return rank; } + +QMap HistoryManager::findHistory(QString title) +{ + return d->m_historySession->findSimilarHistoryItems(title); +} +