mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-01-18 10:54:03 -05:00
webkit2: Remove TODO not for download-started
It does not look like this signal handler would be needed. Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
ae07bc46ce
commit
de0a8906f2
@ -302,10 +302,6 @@ int hs20_web_browser(const char *url, int ignore_tls)
|
||||
G_CALLBACK(view_cb_mouse_target_changed), &ctx);
|
||||
g_signal_connect(G_OBJECT(view), "notify::title",
|
||||
G_CALLBACK(view_cb_notify_title), &ctx);
|
||||
/* TODO: Implement these?
|
||||
g_signal_connect(G_OBJECT(view), "download-started",
|
||||
G_CALLBACK(view_cb_download_requested), &ctx);
|
||||
*/
|
||||
#else /* USE_WEBKIT2 */
|
||||
g_signal_connect(G_OBJECT(view), "notify::load-status",
|
||||
G_CALLBACK(view_cb_notify_load_status), &ctx);
|
||||
|
Loading…
Reference in New Issue
Block a user