switch to top recent sites
This commit is contained in:
@@ -67,4 +67,11 @@ class GeckoHistoryService {
|
||||
}) {
|
||||
return _api.getHistoryHighlights(weights, limit);
|
||||
}
|
||||
|
||||
Future<List<TopFrecentSiteInfo>> getTopFrecentSites({
|
||||
required int limit,
|
||||
required FrecencyThresholdOption frecencyThreshold,
|
||||
}) {
|
||||
return _api.getTopFrecentSites(limit, frecencyThreshold);
|
||||
}
|
||||
}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user