mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 13:49:16 +00:00
LibWeb+LibWebView+WebContent: Remove now-unused history change IPC
This commit is contained in:
parent
6eb2052d40
commit
9c608b46fd
Notes:
sideshowbarker
2024-07-16 20:12:13 +09:00
Author: https://github.com/trflynn89
Commit: 9c608b46fd
Pull-request: https://github.com/SerenityOS/serenity/pull/23965
Issue: https://github.com/SerenityOS/serenity/issues/23961
8 changed files with 0 additions and 29 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue