summaryrefslogtreecommitdiff
path: root/embed/ephy-embed-prefs.c
diff options
context:
space:
mode:
Diffstat (limited to 'embed/ephy-embed-prefs.c')
-rw-r--r--embed/ephy-embed-prefs.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/embed/ephy-embed-prefs.c b/embed/ephy-embed-prefs.c
index 1a0fb5d72..dcae90dd1 100644
--- a/embed/ephy-embed-prefs.c
+++ b/embed/ephy-embed-prefs.c
@@ -472,6 +472,11 @@ static const PrefData webkit_pref_entries[] =
"user-agent",
webkit_pref_callback_user_agent },
{ EPHY_PREFS_WEB_SCHEMA,
+ EPHY_PREFS_WEB_MOBILE_USER_AGENT,
+ "mobile-user-agent",
+ /* No need for a specific callback, we just want to update the user agent. */
+ webkit_pref_callback_user_agent },
+ { EPHY_PREFS_WEB_SCHEMA,
EPHY_PREFS_WEB_COOKIES_POLICY,
"accept-policy",
webkit_pref_callback_cookie_accept_policy },