summaryrefslogtreecommitdiff
path: root/lib/ephy-permissions-manager.c
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@gnome.org>2019-11-12 11:13:35 -0600
committerMichael Catanzaro <mcatanzaro@gnome.org>2019-11-12 11:13:35 -0600
commit14b900642ca2fcb6431fe9dff9e1766e94201655 (patch)
tree0a240b8eba95abff50c757e1f0b11e6db2fbad57 /lib/ephy-permissions-manager.c
parent0744f6362ab13c94203ba6e41c9a12a0b09dda83 (diff)
downloadepiphany-14b900642ca2fcb6431fe9dff9e1766e94201655.tar.gz
permissions-manager: remove new comment
This comment is a bit misleading, see https://gitlab.gnome.org/GNOME/epiphany/commit/7e367778fb5c8c90e509a612c4f226700f8772a2#note_646338
Diffstat (limited to 'lib/ephy-permissions-manager.c')
-rw-r--r--lib/ephy-permissions-manager.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/ephy-permissions-manager.c b/lib/ephy-permissions-manager.c
index e695d9052..45395c5ff 100644
--- a/lib/ephy-permissions-manager.c
+++ b/lib/ephy-permissions-manager.c
@@ -60,8 +60,6 @@ ephy_permissions_manager_init (EphyPermissionsManager *manager)
manager->permission_type_permitted_origins = g_hash_table_new_full (g_direct_hash, g_direct_equal, NULL, NULL);
manager->permission_type_denied_origins = g_hash_table_new_full (g_direct_hash, g_direct_equal, NULL, NULL);
- /* The GKeyfileBackend needs to be shared to avoid overconsumption of inotify
- * handles. See: epiphany#865. */
filename = g_build_filename (ephy_profile_dir (), PERMISSIONS_FILENAME, NULL);
manager->backend = g_keyfile_settings_backend_new (filename, "/", NULL);
}