aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ephy-profile-migration.h
diff options
context:
space:
mode:
authorXan Lopez <xan@gnome.org>2009-12-15 18:29:46 +0800
committerXan Lopez <xan@gnome.org>2009-12-15 18:29:46 +0800
commitc7b6cac1e8d49f1b5d3fd3921cc518f8210b77b6 (patch)
tree98f12bc4696c3dc7ef35e9cb5968ec6b0de184b8 /lib/ephy-profile-migration.h
parent80058bfa86b8997a0d9d2ebf380d4c3b49b0edc6 (diff)
downloadgsoc2013-epiphany-c7b6cac1e8d49f1b5d3fd3921cc518f8210b77b6.tar
gsoc2013-epiphany-c7b6cac1e8d49f1b5d3fd3921cc518f8210b77b6.tar.gz
gsoc2013-epiphany-c7b6cac1e8d49f1b5d3fd3921cc518f8210b77b6.tar.bz2
gsoc2013-epiphany-c7b6cac1e8d49f1b5d3fd3921cc518f8210b77b6.tar.lz
gsoc2013-epiphany-c7b6cac1e8d49f1b5d3fd3921cc518f8210b77b6.tar.xz
gsoc2013-epiphany-c7b6cac1e8d49f1b5d3fd3921cc518f8210b77b6.tar.zst
gsoc2013-epiphany-c7b6cac1e8d49f1b5d3fd3921cc518f8210b77b6.zip
ephy-embed-single: cache form auth data
Otherwise we need to query keyring all the time to figure out if we have to prefill forms.
Diffstat (limited to 'lib/ephy-profile-migration.h')
-rw-r--r--lib/ephy-profile-migration.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/ephy-profile-migration.h b/lib/ephy-profile-migration.h
index d48849bab..7fe4945c7 100644
--- a/lib/ephy-profile-migration.h
+++ b/lib/ephy-profile-migration.h
@@ -20,6 +20,9 @@
#ifndef EPHY_PROFILE_MIGRATION_H
#define EPHY_PROFILE_MIGRATION_H
+#define FORM_USERNAME_KEY "form_username"
+#define FORM_PASSWORD_KEY "form_password"
+
void _ephy_profile_migrate (void);
void _ephy_profile_store_form_auth_data (const char *uri,