summaryrefslogtreecommitdiff
path: root/lib/ephy-prefs.h
diff options
context:
space:
mode:
authorGabriel Ivascu <ivascu.gabriel59@gmail.com>2017-06-07 17:22:14 +0300
committerMichael Catanzaro <mcatanzaro@igalia.com>2017-08-06 09:28:09 -0500
commitfc2de29bdd3783f6587362f9146409af6784d9d7 (patch)
tree6aaeaf4611d4cafc2bcc0bd5ac9f7ed760be5e8f /lib/ephy-prefs.h
parent664ff6c379445f2736ecccab23f0fae6287c8f12 (diff)
downloadepiphany-fc2de29bdd3783f6587362f9146409af6784d9d7.tar.gz
sync: Allow user to change device name
Diffstat (limited to 'lib/ephy-prefs.h')
-rw-r--r--lib/ephy-prefs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/ephy-prefs.h b/lib/ephy-prefs.h
index 2cf31c2e6..6736296ea 100644
--- a/lib/ephy-prefs.h
+++ b/lib/ephy-prefs.h
@@ -153,7 +153,8 @@ static const char * const ephy_prefs_web_schema[] = {
#define EPHY_PREFS_SYNC_SCHEMA "org.gnome.Epiphany.sync"
#define EPHY_PREFS_SYNC_USER "sync-user"
-#define EPHY_PREFS_SYNC_CLIENT_ID "sync-client-id"
+#define EPHY_PREFS_SYNC_DEVICE_ID "sync-device-id"
+#define EPHY_PREFS_SYNC_DEVICE_NAME "sync-device-name"
#define EPHY_PREFS_SYNC_FREQUENCY "sync-frequency"
#define EPHY_PREFS_SYNC_WITH_FIREFOX "sync-with-firefox"
#define EPHY_PREFS_SYNC_BOOKMARKS_ENABLED "sync-bookmarks-enabled"