summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJan-Michael Brummer <jan.brummer@tabos.org>2020-09-21 13:48:40 +0200
committerJan-Michael Brummer <jan.brummer@tabos.org>2020-09-29 17:52:13 +0200
commitfac4f182c94aec7b0cb531983a7eadc708e16143 (patch)
tree23b23c17e1b3b59bd9d9f5c531f977df18130beb /lib
parent7eea3d9f0acc5de71979c4cf0b67ece3956414e3 (diff)
downloadepiphany-fac4f182c94aec7b0cb531983a7eadc708e16143.tar.gz
Move gsb data to meson_options.txt
Move gsb_api_key to meson_options.txt so we can provide the necessary support within flatpak, but can disable it for the rest. Fixes: https://gitlab.gnome.org/GNOME/epiphany/-/issues/682
Diffstat (limited to 'lib')
-rw-r--r--lib/ephy-prefs.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/ephy-prefs.h b/lib/ephy-prefs.h
index 6158df1e0..87af7a11d 100644
--- a/lib/ephy-prefs.h
+++ b/lib/ephy-prefs.h
@@ -107,7 +107,6 @@ static const char * const ephy_prefs_state_schema[] = {
#define EPHY_PREFS_WEB_REMEMBER_PASSWORDS "remember-passwords"
#define EPHY_PREFS_WEB_ENABLE_SITE_SPECIFIC_QUIRKS "enable-site-specific-quirks"
#define EPHY_PREFS_WEB_ENABLE_SAFE_BROWSING "enable-safe-browsing"
-#define EPHY_PREFS_WEB_GSB_API_KEY "gsb-api-key"
#define EPHY_PREFS_WEB_ENABLE_ITP "enable-itp"
#define EPHY_PREFS_WEB_ENABLE_WEBSITE_DATA_STORAGE "enable-website-data-storage"
#define EPHY_PREFS_WEB_DEFAULT_ZOOM_LEVEL "default-zoom-level"
@@ -137,7 +136,6 @@ static const char * const ephy_prefs_web_schema[] = {
EPHY_PREFS_WEB_REMEMBER_PASSWORDS,
EPHY_PREFS_WEB_ENABLE_SITE_SPECIFIC_QUIRKS,
EPHY_PREFS_WEB_ENABLE_SAFE_BROWSING,
- EPHY_PREFS_WEB_GSB_API_KEY,
EPHY_PREFS_WEB_ENABLE_ITP,
EPHY_PREFS_WEB_ENABLE_WEBSITE_DATA_STORAGE,
EPHY_PREFS_WEB_DEFAULT_ZOOM_LEVEL,