summaryrefslogtreecommitdiff
path: root/lib/ephy-profile-utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ephy-profile-utils.h')
-rw-r--r--lib/ephy-profile-utils.h33
1 files changed, 0 insertions, 33 deletions
diff --git a/lib/ephy-profile-utils.h b/lib/ephy-profile-utils.h
index ec3905bd7..72d32e494 100644
--- a/lib/ephy-profile-utils.h
+++ b/lib/ephy-profile-utils.h
@@ -20,15 +20,7 @@
#ifndef EPHY_PROFILE_UTILS_H
#define EPHY_PROFILE_UTILS_H
-#define SECRET_API_SUBJECT_TO_CHANGE
-
#include <glib.h>
-#include <libsecret/secret.h>
-
-#define URI_KEY "uri"
-#define FORM_USERNAME_KEY "form_username"
-#define FORM_PASSWORD_KEY "form_password"
-#define USERNAME_KEY "username"
#define EPHY_PROFILE_MIGRATION_VERSION 9
@@ -42,29 +34,4 @@ gboolean ephy_profile_utils_set_migration_version (int version);
gboolean ephy_profile_utils_do_migration (const char *profile_directory, int test_to_run, gboolean debug);
-void _ephy_profile_utils_store_form_auth_data (const char *uri,
- const char *form_username,
- const char *form_password,
- const char *username,
- const char *password,
- GAsyncReadyCallback callback,
- gpointer userdata);
-
-gboolean _ephy_profile_utils_store_form_auth_data_finish (GAsyncResult *result,
- GError **error);
-
-typedef void (*EphyQueryFormDataCallback) (const char *username, const char *password, gpointer user_data);
-
-void
-_ephy_profile_utils_query_form_auth_data (const char *uri,
- const char *form_username,
- const char *form_password,
- EphyQueryFormDataCallback callback,
- gpointer data,
- GDestroyNotify destroy_data);
-
-const SecretSchema *ephy_profile_get_form_password_schema (void) G_GNUC_CONST;
-
-#define EPHY_FORM_PASSWORD_SCHEMA ephy_profile_get_form_password_schema ()
-
#endif