summaryrefslogtreecommitdiffstats
path: root/chrome/browser/history/history.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/history/history.cc')
-rw-r--r--chrome/browser/history/history.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/history/history.cc b/chrome/browser/history/history.cc
index f869296..b765197 100644
--- a/chrome/browser/history/history.cc
+++ b/chrome/browser/history/history.cc
@@ -665,13 +665,14 @@ HistoryService::Handle HistoryService::QueryMostVisitedURLs(
HistoryService::Handle HistoryService::QueryFilteredURLs(
int result_count,
const history::VisitFilter& filter,
+ bool extended_info,
CancelableRequestConsumerBase* consumer,
const QueryFilteredURLsCallback& callback) {
return Schedule(PRIORITY_NORMAL,
&HistoryBackend::QueryFilteredURLs,
consumer,
new history::QueryFilteredURLsRequest(callback),
- result_count, filter);
+ result_count, filter, extended_info);
}
void HistoryService::Observe(int type,