Index: chrome/browser/page_info_model.cc |
=================================================================== |
--- chrome/browser/page_info_model.cc (revision 86341) |
+++ chrome/browser/page_info_model.cc (working copy) |
@@ -269,7 +269,7 @@ |
HistoryService* history = profile->GetHistoryService( |
Profile::EXPLICIT_ACCESS); |
if (show_history && history) { |
- history->GetVisitCountToHost( |
+ history->GetVisibleVisitCountToHost( |
url, |
&request_consumer_, |
NewCallback(this, &PageInfoModel::OnGotVisitCountToHost)); |