LibWeb+LibWebView+WebContent: Remove now-unused history change IPC

This commit is contained in:
Timothy Flynn 2024-04-14 17:01:19 -04:00 committed by Alexander Kalenik
commit 9c608b46fd
Notes: sideshowbarker 2024-07-16 20:12:13 +09:00
8 changed files with 0 additions and 29 deletions

View file

@ -376,11 +376,6 @@ void PageClient::page_did_finish_loading(URL::URL const& url)
client().async_did_finish_loading(m_id, url);
}
void PageClient::page_did_history_api_push_or_replace(URL::URL const& url, Web::HTML::HistoryHandlingBehavior history_behavior)
{
client().async_did_history_api_push_or_replace(m_id, url, history_behavior);
}
void PageClient::page_did_finish_text_test()
{
client().async_did_finish_text_test(m_id);