aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-embed.c
diff options
context:
space:
mode:
Diffstat (limited to 'embed/ephy-embed.c')
-rw-r--r--embed/ephy-embed.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/embed/ephy-embed.c b/embed/ephy-embed.c
index e805e077c..470d4d045 100644
--- a/embed/ephy-embed.c
+++ b/embed/ephy-embed.c
@@ -250,9 +250,7 @@ ephy_embed_statusbar_pop (EphyEmbed *embed, guint context_id)
ephy_embed_statusbar_update (embed, msg ? msg->text : NULL);
}
-#ifdef HAVE_WEBKIT2
-/* TODO: WebKitWebResource::send-request */
-#else
+#ifndef HAVE_WEBKIT2
static void
resource_request_starting_cb (WebKitWebView *web_view,
WebKitWebFrame *web_frame,
@@ -1032,7 +1030,6 @@ ephy_embed_constructed (GObject *object)
gtk_widget_show_all (paned);
#ifdef HAVE_WEBKIT2
- /* TODO: WebKitWebResource::send-request, Downloads */
g_object_connect (web_view,
"signal::load-changed", G_CALLBACK (load_changed_cb), embed,
"signal::enter-fullscreen", G_CALLBACK (entering_fullscreen_cb), embed,