[seahorse/wip/nielsdg/gkr-item-icon: 7/7] gkr: Item: Add another check for Chrome passwords



commit 2a41d29bc3d4f915d84ebec81ce666e429e5b2f5
Author: Niels De Graef <nielsdegraef gmail com>
Date:   Mon Feb 18 08:57:06 2019 +0100

    gkr: Item: Add another check for Chrome passwords
    
    This allows to display it more nicely in the password list.

 gkr/gkr-item.vala | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/gkr/gkr-item.vala b/gkr/gkr-item.vala
index d51e91c3..51334f34 100644
--- a/gkr/gkr-item.vala
+++ b/gkr/gkr-item.vala
@@ -515,8 +515,11 @@ private const MappingEntry[] MAPPING_ENTRIES = {
     { "_chrome_dummy_schema_for_unlocking", "google-chrome" },
     { "chrome_libsecret_os_crypt_password_v2", "chromium-browser" },
 
+    /* Browsers */
     { "org.epiphany.FormPassword", EPIPHANY_PASSWORD },
+    { "chrome_libsecret_password_schema", CHROME_PASSWORD },
     { GENERIC_SECRET, CHROME_PASSWORD, "application", "chrome*" },
+
     { GENERIC_SECRET, GOA_PASSWORD, "goa-identity", null },
     { GENERIC_SECRET, TELEPATHY_PASSWORD, "account", "*/*/*" },
     { GENERIC_SECRET, EMPATHY_PASSWORD, "account-id", "*/*/*" },


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]