summaryrefslogtreecommitdiff
path: root/src/ephy-shell.h
diff options
context:
space:
mode:
authorGabriel Ivascu <ivascu.gabriel59@gmail.com>2017-04-29 17:18:56 +0300
committerMichael Catanzaro <mcatanzaro@igalia.com>2017-08-06 09:26:29 -0500
commit7ad9a03ab010fcb2a875c9cfa3f2958c96f2f5cc (patch)
tree89b324e295a5927248f94be37de47fa0842e126d /src/ephy-shell.h
parente4d2671488fecc030caa212ceef79b02950b6049 (diff)
downloadepiphany-7ad9a03ab010fcb2a875c9cfa3f2958c96f2f5cc.tar.gz
lib: Replace ephy-form-auth-data with ephy-password-manager
Diffstat (limited to 'src/ephy-shell.h')
-rw-r--r--src/ephy-shell.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ephy-shell.h b/src/ephy-shell.h
index bd794492d..6734d8248 100644
--- a/src/ephy-shell.h
+++ b/src/ephy-shell.h
@@ -25,6 +25,7 @@
#include "ephy-bookmarks-manager.h"
#include "ephy-embed-shell.h"
#include "ephy-embed.h"
+#include "ephy-password-manager.h"
#include "ephy-session.h"
#include "ephy-sync-service.h"
#include "ephy-window.h"
@@ -102,6 +103,8 @@ GNetworkMonitor *ephy_shell_get_net_monitor (EphyShell *shell);
EphyBookmarksManager *ephy_shell_get_bookmarks_manager (EphyShell *shell);
+EphyPasswordManager *ephy_shell_get_password_manager (EphyShell *shell);
+
EphySyncService *ephy_shell_get_sync_service (EphyShell *shell);
GtkWidget *ephy_shell_get_history_dialog (EphyShell *shell);