From 4873a591b6e90a6df99e7d0965c93b74bf4fec85 Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Thu, 14 Jun 2012 07:32:26 +0200 Subject: Add a new mode for shell testing, EPHY_EMBED_SHELL_MODE_TEST For now the only difference is that no top-level window will be shown in this mode, but in the future it can be extended to behave in a manner appropriate for testing. --- embed/ephy-embed-shell.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'embed/ephy-embed-shell.h') diff --git a/embed/ephy-embed-shell.h b/embed/ephy-embed-shell.h index 97ec38a06..8f4717bde 100644 --- a/embed/ephy-embed-shell.h +++ b/embed/ephy-embed-shell.h @@ -51,7 +51,8 @@ typedef enum { EPHY_EMBED_SHELL_MODE_BROWSER, EPHY_EMBED_SHELL_MODE_PRIVATE, - EPHY_EMBED_SHELL_MODE_APPLICATION + EPHY_EMBED_SHELL_MODE_APPLICATION, + EPHY_EMBED_SHELL_MODE_TEST } EphyEmbedShellMode; struct _EphyEmbedShell -- cgit