mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 14:17:36 +00:00
LibWeb: Remove FrameLoader
This class is no longer used, now that we've moved to navigables.
This commit is contained in:
parent
693d602b2f
commit
51caa14381
26 changed files with 47 additions and 458 deletions
|
@ -11,5 +11,9 @@
|
|||
namespace Web {
|
||||
|
||||
ErrorOr<DeprecatedString> load_file_directory_page(LoadRequest const&);
|
||||
DeprecatedString resource_directory_url();
|
||||
void set_resource_directory_url(DeprecatedString);
|
||||
DeprecatedString directory_page_url();
|
||||
void set_directory_page_url(DeprecatedString);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue