mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 16:47:44 +00:00
Browser: Add History::replace_current() function
This function replaces the current history entry with a new history entry.
This commit is contained in:
parent
45214fdb1a
commit
b447e486b5
2 changed files with 10 additions and 0 deletions
|
@ -20,6 +20,7 @@ public:
|
|||
void dump() const;
|
||||
|
||||
void push(const URL& url, String const& title);
|
||||
void replace_current(const URL& url, String const& title);
|
||||
void update_title(String const& title);
|
||||
URLTitlePair current() const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue