removeHistoryForTab

abstract suspend fun removeHistoryForTab(tabId: String)

Removes all history visits associated with a specific tab. History entries that have no remaining visits will be deleted.

Parameters

tabId

The tab ID whose history should be removed.