summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorGabriel Ivascu <ivascu.gabriel59@gmail.com>2017-06-07 01:10:44 +0300
committerMichael Catanzaro <mcatanzaro@igalia.com>2017-08-06 09:28:09 -0500
commit664ff6c379445f2736ecccab23f0fae6287c8f12 (patch)
tree9cf83f947922d5ee5600a92fadd34bab78a4adcd /data
parent763f8462851c9c9c26032e693e891b3426f3e8fb (diff)
downloadepiphany-664ff6c379445f2736ecccab23f0fae6287c8f12.tar.gz
sync: Implement open tabs sync
Diffstat (limited to 'data')
-rw-r--r--data/org.gnome.epiphany.gschema.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/data/org.gnome.epiphany.gschema.xml b/data/org.gnome.epiphany.gschema.xml
index e35466413..e476ebaeb 100644
--- a/data/org.gnome.epiphany.gschema.xml
+++ b/data/org.gnome.epiphany.gschema.xml
@@ -337,6 +337,16 @@
<summary>Initial sync or normal sync</summary>
<description>TRUE if history collection needs to be synced for the first time, FALSE otherwise.</description>
</key>
+ <key type="b" name="sync-open-tabs-enabled">
+ <default>false</default>
+ <summary>Enable open tabs sync</summary>
+ <description>TRUE if open tabs collection should be synced, FALSE otherwise.</description>
+ </key>
+ <key type="d" name="sync-open-tabs-time">
+ <default>0</default>
+ <summary>Open tabs sync timestamp</summary>
+ <description>The timestamp at which last open tabs sync was made.</description>
+ </key>
</schema>
<enum id="org.gnome.Epiphany.Permission">
<value nick="undecided" value="-1"/>