1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-10 18:10:56 +09:00

LibWebView+UI: Remove native do-not-track setting

This commit is contained in:
Timothy Flynn 2025-04-02 09:51:26 -04:00 committed by Tim Flynn
parent 1be3e7fd8a
commit 920170f60a
Notes: github-actions[bot] 2025-04-02 18:17:18 +00:00
9 changed files with 0 additions and 47 deletions

View file

@ -90,8 +90,6 @@ public:
void set_preferred_languages(ReadonlySpan<String> preferred_languages);
void set_enable_do_not_track(bool);
bool url_is_hidden() const { return m_location_edit->url_is_hidden(); }
void set_url_is_hidden(bool url_is_hidden) { m_location_edit->set_url_is_hidden(url_is_hidden); }