| 2289 | } |
| 2290 | |
| 2291 | rpl::producer<not_null<const History*>> Session::historyCleared() const { |
| 2292 | return _historyCleared.events(); |
| 2293 | } |
| 2294 | |
| 2295 | void Session::notifyHistoryChangeDelayed(not_null<History*> history) { |
| 2296 | history->setHasPendingResizedItems(); |
no test coverage detected