summaryrefslogtreecommitdiff
path: root/embed/ephy-embed-container.h
diff options
context:
space:
mode:
authorCarlos Garcia Campos <cgarcia@igalia.com>2014-01-29 12:34:46 +0100
committerCarlos Garcia Campos <carlosgc@gnome.org>2014-02-05 18:11:51 +0100
commit10e89a12c5c56fccf17344f834b968fb604560fd (patch)
treeae0d2e648563dead8434bb0ecd37f5ddf0baf86c /embed/ephy-embed-container.h
parent335f5f27a6ccb2dffea4fb8b4aa2203fce8a691c (diff)
downloadepiphany-10e89a12c5c56fccf17344f834b968fb604560fd.tar.gz
Move the UI chrome handling to EphyWindow
Unify all chrome flags in a single enum used by EphyWindow.
Diffstat (limited to 'embed/ephy-embed-container.h')
-rw-r--r--embed/ephy-embed-container.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/embed/ephy-embed-container.h b/embed/ephy-embed-container.h
index b9b89b048..c2f7aa9d3 100644
--- a/embed/ephy-embed-container.h
+++ b/embed/ephy-embed-container.h
@@ -62,8 +62,6 @@ struct _EphyEmbedContainerIface
GList * (* get_children) (EphyEmbedContainer *container);
gboolean (* get_is_popup) (EphyEmbedContainer *container);
-
- EphyWebViewChrome (* get_chrome) (EphyEmbedContainer *container);
};
GType ephy_embed_container_get_type (void);
@@ -78,7 +76,6 @@ void ephy_embed_container_remove_child (EphyEmbedContainer *con
EphyEmbed * ephy_embed_container_get_active_child (EphyEmbedContainer *container);
GList * ephy_embed_container_get_children (EphyEmbedContainer *container);
gboolean ephy_embed_container_get_is_popup (EphyEmbedContainer *container);
-EphyWebViewChrome ephy_embed_container_get_chrome (EphyEmbedContainer *container);
G_END_DECLS